breautek commented on issue #1294:
URL: https://github.com/apache/cordova-ios/issues/1294#issuecomment-1453543993

   cordova-ios default is to use the file scheme.
   
   cordova-ios will enabled schemes if the following preferences are present
   ```
   <preference name="scheme" value="app" />
   <preference name="hostname" value="localhost" />
   ```
   
   If `scheme` is an illegal value, it will fallback to `app`.
   
   None of this applies if you're using a webview plugin like 
`cordova-plugin-ionic-webview` since it takes responsibility of managing the 
webview settings.
   
   Cordova has never defaulted to `ionic://localhost` scheme, but it was the 
ionic's webview default.
   
   Closing as this doesn't appear to describe a bug with cordova-ios.


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

To unsubscribe, e-mail: [email protected]

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