Issue
I have an application realized with Ionic 5.2.3. When loading page 'index.html' (example: refresh) an image try to display on the browser version.
Exemple project :
ionic start myApp tabs
cd myApp
ionic cordova build browser
Run your app on server and you see that : Image problem
It's same on this website making by Ionic : Link problem example
I wish :
- Either: delete it
Or: replace it by the image 'myApp\resources\splash.png' which works very well in the Android version
node -v 10.16.0
cordova -v 9.0.0 ([email protected])
ionic -v 5.2.3
Thanks for your help :)
Solution
I ended up finding a solution.
You can remove the splashScreen and replace it with CSS, this removes this image at launch.
For create your CSS spashScreenn, see this tutorial: https://www.youtube.com/watch?v=dPUmskG_-y0
Solved :)
Answered By - Jeremy Deschamps
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.