Help forum
- Link vs Button for single-page experience
Victor Giron
4 4 months ago
Hey everyone , I 'm building a dashboard and I was thinking to use <a > elements for the sidebar menu , to change the path of the page and depending on that , display the content for each section . Using <a > renders the whole page and the sidebar menu sometimes flicks for a milisecond . When I use <button > this doesn 't happen . What 's the recommended way to do this ? - use cases for bearer id token? (authorization)
needtheanswers
✅12 4 months ago
I always use the access token for authorization but what would be a use case to use the id token ? Thanks - Is there any resource or documentation that one can study to understand how to use Paths ?
Seun Orofin
3 4 months ago
How do i make sure that i can dynamically update the title of the page based on the user 's interaction with the navigation menu . . . .Not sure how this work atall - firebase + toddle combo
Bankydoo
0 4 months ago
Just curious . Has anyone connected firebase with toddle here . Would love to do that as an exercise but the fb doc isnt explicitly clear - How can i set like a loader while the image is still trying to render on the feeds.
Seun Orofin
8 4 months ago
- Best practice to build a survey
Lucvs
29 4 months ago
Hey guys , If you were to build a survey in toddle , with a lot of questions , conditional logic , and answers being saved in local /session storage which approach would you use and why ? A ) One page , with each question in separate divs , hide the div of every question whenever user goes to next question B ) A lot of pages , separate page for each question , when a question is answered user gets redirected to next page - How can i stop the effect of zooming in when a user taps on an input field on mobile view (ios)
Seun Orofin
8 4 months ago
I attached a screen recording - Intersection observer: change nav link color when section is in viewport
needtheanswers
13 4 months ago
I want the my nav links to change when a specific section is in the viewport . It should work like in the video attached (built in webflow , don ´t mind the ui lol ) How can I achieve this ? I tried to use @Jacob Kofoed ´s intersection observer package and also the some code from Claude that I put in a custom action . However I wasn ´t able to make this work . Has anyone built something similar or could point me in the right direction ? Thanks a lot - Get from Session Storage is working to you?
unicodes
3 4 months ago
I want to get the refresh _token from session storage but it isn 't working to me . Is working in your case ? Thank you ! - Issue with Updating a Request (PATCH) in Xano – “Value is not a valid integer”
totheMoon_Jay
3 4 months ago
Hi everyone , I ’m working on a project and having trouble with updating a request using a PATCH endpoint in Xano . Here ’s the situation : - I ’m using a PATCH endpoint in Xano to update a request (task ) . - The request _id is passed as an integer from Toddle to identify the task that needs to be updated . - Despite passing request _id as an number in Toddle , I ’m receiving the following error from Xano : - I ’ve even converted the variable (taskID ) with the number formula to make sure is an integer in Toddle before sending it to Xano . - I ’ve ensured that the request _id field in Xano is set to integer . Do hyou have any suggestion ? Thanks in advance for any help or insights ! - Patch request issue
RakiDawood
2 4 months ago
Hey everyone , I am creating an inventory management system and I cannot use the patch request in xano to change the image from toddle . I have tried changing the header content type from appication /json to multipart /form -data but it says "Unable to locate request " in toddle api window . How can I fix this ? In Xano this works perfectly but it seems like patch request doesnt accept multipart /form -data - Injecting API response into jS script
Lucvs
✅170 4 months ago
Hi there , I 'm setting up a payment integration for our app , which requires API responses from a backend SDK we have hosted on AWS lambda . Upon a button click , I 've tried to set the API responses as variables , and piece the variables together by concatenating the varibles with pieces of the script , and then injecting it into a script tag . For some reason this flow doesn 't work , but when I just insert the scripts manually with the API responses they do work , thus I 'm led to believe I 'm doing something wrong in terms of injecting the API response into my jS function . Any ideas ? - Font size increases when rotating my phone but doesn´t decrease after rotating it again.
needtheanswers
10 4 months ago
Hi , The font size increases when I rotate my phone (from portrait to landscape mode ) but doesn ´t decrease when rotate it again (landscape to portrait ) . This doesn ´t happen on all text elements tho . I already tried to create a new page using the same component but the issue doesn ´t seem to appear there ? ! Also it ´s working fine on some other components . I don ´t know what causes this and it ´s already driving me nuts lol . Is it because of a parent div ? Thanks a lot - Added font to default theme, but doesn't render correctly!
Henk_BLUE
10 4 months ago
Hi , I did some searching and the answers I stumble on seems mixed . Google Fonts are not supported (yet ) , and can be imported via CSS . But in the default theme pannel , I can add Poppins (a Google Font I want to use ) . The font example renders correctly , I can select it in the font dropdown , but the result does not render correctly , see image . Am I trying to do something that is not possible and should I resort to the CSS solution instead ? - 404 Not found when embed the toddle app in wordpress
Alex
3 4 months ago
Hi , I have create a widget to embed in wordpress . However , the api request is returning 404 not found in the network inspector on the wordpress site . I have confirmed the CORS is enabled in the wordpress site . Please help . Thanks !