Internal navigation rejected: in Cordova on iOS

后端 未结 5 1265
滥情空心
滥情空心 2020-12-29 18:43

I have built an iOS app using Cordova. The app tries to load a web page e.g. http://yourdomain.com/home in index.html. But, the page stays white blank with error in console

5条回答
  •  暖寄归人
    2020-12-29 19:10

    Thanks for the pointer. The solution

    
    

    caused a cordova prepare error for me. I need to use the following instead:

    
    

提交回复
热议问题