I have built an iOS app using Cordova. The app tries to load a web page e.g. http://ift.tt/1MrssGd in index.html. But, the page stays white blank with error in console "Internal navigation rejected - not set for url='http://ift.tt/1MrssGd'".
I have already set and also tried by setting tag. But, the page stays blank. am I missing anything else? Please guide.
After adding the following meta tag in index.html, the "internal navigation error" has gone, but the page is still white blank. :(
<meta http-equiv="Content-Security-Policy" content="default-src *; style-src 'self' 'unsafe-inline'; script src: 'self' 'unsafe-inline' 'unsafe-eval'">
Aucun commentaire:
Enregistrer un commentaire