Loading an external web site in Xwalkview Crosswalk Project for iOS

105 views Asked by At

I am trying to build an iOS app that simply loads a website where our WebRTC application resides. I tried to follow the Crosswalk Hybrid Application for iOS quick start guide. The application build sucessfully, but when using window.open('https://www.<website>.am', '_self'); function I get error in the XCode console saying that whitelisting has failed. How do I whitelist an origin for the Crosswalk project?

0

There are 0 answers