Internal navigation rejected: in Cordova on iOS

后端 未结 5 1267
滥情空心
滥情空心 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:05

    It is a scheme used internally, just allow access/navigation to it:

    
    
    

    It is not recommended to use

    
    
    

    as described in cordova-plugin-whitelist.

提交回复
热议问题