You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/23 23:03:26 UTC

[GitHub] [cordova-ios] jcesarmobile opened a new pull request #973: fix: Append startURL to the initial url loaded

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-ios] dpogue merged pull request #973: fix: Append startURL to the initial url loaded

Posted by GitBox <gi...@apache.org>.
dpogue merged pull request #973:
URL: https://github.com/apache/cordova-ios/pull/973


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org