northkode opened a new issue #1114:
URL: https://github.com/apache/cordova-ios/issues/1114


   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   dynamic urls should still be able to load with https, but because of the 
cordova ios scheme of app://
   JS and css scripts cant load when they are using the dynamic src of 
src="//somedomain.com/jstoload.js"
   
   
   ### What does actually happen?
   the js tries to load from "app://somedomain.com/jstoload.js"
   
   
   ## Information
   Can we remove this some how or have the wkwebview detect these calls and 
change there host protocal?
   
   
   ### Command or Code
   Anything cordova ios 6.0.0+ because of the new app:// scheme
   
   
   
   ### Environment, Platform, Device
   IOS
   
   
   ### Version information
   All Versions
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [X ] I searched for existing GitHub issues
   - [X ] I updated all Cordova tooling to most recent version
   - [X ] I included all the necessary information above
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to