What if, I want to navigate user using his username? So, I need to change it so, it read the user username?
What if, I want to navigate user using his username? So, I need to change it so, it read the user username?
Oh, apparently I just have to add this in my login code:
Apperyio.navigateTo("Screen1", {username:"Maintenance"});
Sorry for the trouble
Hi, I would like to do a login, where it will navigate user to their page based on their username. For example, Admin will go to Screen1 and User1 will go to Screen2. How do I achieve this?
I am kinda new with coding. Hope there is some documentation or example regarding this. Thanks!
Thanks Serhii
Hi, I have counter some issue. In mysql, the data show two decimal point eg: 30.08. But, when call the database to apperry io, my data become like this, 30.079999923706055. Is there any solution so that I can get only to two decimal point.
Thanks