The three intro pages should only be shown the first time a user opens the app, if possible. For native apps, this can be done by setting a preference (something like a boolean that is set to false the first time the user opens the app, and is then checked every time the app is opened afterward.) I'm not sure we can very easily use preferences in ionic, though.
The three intro pages should only be shown the first time a user opens the app, if possible. For native apps, this can be done by setting a preference (something like a boolean that is set to false the first time the user opens the app, and is then checked every time the app is opened afterward.) I'm not sure we can very easily use preferences in ionic, though.