hi guys,
I add splashscreen in my ionic app. i can view this splascreen when i launch android project on my real phone but not in the Firefox broswer by “ionic serve --lab”.
can u tell me where can i have problems that did that ?
thanks in advance,
Jeremy
ps: sorry, my english is so bad
ionic framework: 3.6.0
ionic App Scripts: 2.1.3
Angular Core: 4.1.3
Angular Compiler cli: 4.1.3
Node: 7.8.0
Splashscreens are a device-only item. As such they will not function in a regular browser.
1 Like
thanks, i found this really strange.
Splashscreens are handled by Cordova as part of the native application UX. If you pull up your Chrome dev tools, you will also see a warning about the Status bar plugin.
Most Cordova plugins will NOT work in the browser, so you need to be aware of that fact. That is one reason I wrote the Ionic Native Mocks library.