@Jl1 wrote:
Hi,
I had my app working with android, and now I'm trying to build my app for ios.
So I checkout my app,
npm install,
bower install,
ionic platform add ios,
ionic serve to verify (everything seems fine while plugins can't be verified now),
ionic build ios
open blabla.xcodeproject
click on "play" button to run app on an iPhone 6.AND:
The app runs but splashscreen never disappear, because the hide function is never reached, because navigator.splashscreen is undefined.
By using AutoHideSplashScreen in config.xml, I can hide splashscreen, and then I discover none of my plugins are loaded, like camera, globalization, image cache, and splashscreen.
Everything seems fine otherwise.Please help me!!
Posts: 6
Participants: 2