How to make a welcome screen
-
Not sure if this is a basic question but I haven’t seen it covered in this forum:
- What is the best way to create a fullscreen welcome page when the app is opened? (I’m using localStorage to check if it’s the first run)
Thanks!
- What is the best way to create a fullscreen welcome page when the app is opened? (I’m using localStorage to check if it’s the first run)
-
I’m not too sure what you mean by a fullscreen welcome page. Do you have an example of what kind of thing you want?
Pages are defined using
<ons-page>
. There’s a tutorial on using pages: https://onsen.io/playground/?framework=vanilla&category=reference&module=page It’s possible to conditionally load a page when the app is started if that’s what you want.