crosswalk-project / crosswalk-ios

Crosswalk Project for iOS
https://crosswalk-project.org/
BSD 3-Clause "New" or "Revised" License
117 stars 77 forks source link

html network request #72

Open caohrong opened 8 years ago

caohrong commented 8 years ago

I write a html that include network request. But It's fail. the network request don't get anything. But If I want use this html in chrome , I should Use this command to open chrome open /Applications/Google\ Chrome.app --args --disable-web-security to disable the security. how to setting this in crosswalk-ios? or any other way allow the local html to send network request?