rolinger commented on issue #1519:
URL: https://github.com/apache/cordova-ios/issues/1519#issuecomment-2571783601

   I found a SO thread saying to add the following to the config.xml file:
   
   ```
   <platform name="ios">
       <preference name="scheme" value="app" />
       <preference name="hostname" value="localhost" />
   </platform>
   
   ```
   
   I did that, recompiled and now I am not getting any Cross Origin or 
XMLHttpRequest errors anymore....but....my app launched on the simulator is 
still blank.  In Safari Developer Sources tab I can see all my local app 
`file://`s loaded now, but under the Elements tab the base tab.html is not 
loaded in the NAV view.   
   
   Freaking out here.


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to