Is there a way to visit a page (say startScreen) only once. I want a user to enter their email address the very first time they use the app. But after that, I don't want them to see that page again...
Thanks!
Is there a way to visit a page (say startScreen) only once. I want a user to enter their email address the very first time they use the app. But after that, I don't want them to see that page again...
Thanks!
Hello Ben,
Sure it is possible.
1) Create start page which checks storage variable and navigates to other pages according to it's value
2) If user was visited page, rewrite that variable