Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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.