Show disclamier for first time login
I have followed this tutorial (http://devcenter.appery.io/tutorials/...) to successfully build a login page. No sign up, only log in. Once the user login, the App will navigate to the home page. However, I need to improve this such that, for first time login a "disclaimer" will pop up (or go to special page) and give the user two options:
1) Agree: The App will navigate to the home page
2) No: The App will go back to login page.
I agree that the button Agree will navigate to home page and the button No will navigate to login page. But how to identify if this login is first time or not? Many thanks for your help