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.
Web-App Splash Screen?
-
I am using MEAN.JS (Angular 1) and Onsenv2 to make a web app. I am trying to including a splash screen to my website. Is this possible with Onsen? I’ve found “ons-loading-placeholder”, but I am not sure if that is the best solution. If it is, I am unsure of where to put it in my code.
Can anyone point me in the right direction?
-
@rgins16 You need to use the splash screen plugin. If you are using Monaca as well, it is built-in, if not, you will need to utilize this: https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/
-
Can I use Monaca, and still deploy my app as a website? I was going to use to development Android and iOS apps.
-
@rgins16 Yes, but plugins do not work on the web. Also, although Onsen will work on the web some of the features are mobile dependent so you may get some unexpected behavior. What those are, just kind of depends on what you are doing. Having said that, many people have created websites using Onsen and used the same codebase to create mobile apps.