Emulate iOS - white screen

Hi,
when I emulate my app with ionic emulate ios, after starting the app inside the simulator, only a white screen appear (Screenshot). When i open the app in my browser it runs fine. I’m feeling a bit helpless right now, any help would be highly appreciated. Thanks in advance!

I solved it. I was using the ion-nav-view directive wrong.

@knoefel Can you share what you did wrong with ion-nav-view? because I think I am having the same problem. Thanks!

I’m really sorry for getting back to you so late, but I was on holiday and couldn’t check my mails until now.
The problem was that i used the ion-side-menu directive nested inside the ion-nav-view. Somehow it caused the problem with the white screen. I then changed my templates so it matched the way an example on Codepen was showing it: http://codepen.io/ionic/pen/tcIGK (Please note that the codepen example is now rewritten for the beta version - i was using the alpha version back then).

Thanks! Sorry I got this working. For me it was that I wasn’t initializing google maps correctly.

Thanks!

hi I solved the problem
that you download from the internet javascript file & css file
example :
< script src=“http://code.jquery.com/jquery-2.1.1.min.js”/>

save as local file