Hi, i'm new in javascript and developing fitbit app. I'm trying to code my app with companion and setting in it. The main problem is when i launch it, the phone simulator starts, but the back button at the left top doesnt work at all. Is it a fake button or there is a way to add an event on it?
thanks for the answers.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Thanks for the answer!
Basically what i would like to do is to create more than one setting page. i'd like to have one main page with buttons that open others specific setting pages. The solution i found, by now, is to create more than one function in index.jsx, each one with his page to display and i added events on buttons that load specific pages.
Something like this:
i think this probably isn't the best solution.
Thanks in advance!
Best Answer