05-23-2019 05:39
05-23-2019 05:39
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.
05-28-2019 11:22
05-28-2019 11:22
Typically all changes are saved as they are changed by the user, the button doesn't do anything and there isn't an unload event.
What are you actually trying to acheive with this?
05-28-2019 11:38
05-28-2019 11:38
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!