jcesarmobile opened a new pull request #973:
URL: https://github.com/apache/cordova-ios/pull/973


   When using a custom scheme (app in example), the initial url loaded is 
`app://localhost`
   
   This PR makes the initial url loaded to append the startURL to the url, in 
example `app://localhost/index.html`
   
   This makes possible to run the tests as they use `<content 
src="cdvtests/index.html" />`, so now the url loaded will be 
`app://localhost/cdvtests/index.html` instead of `app://localhost`.


----------------------------------------------------------------
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