You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running document.location = 'app://index.html' through the Safari debugger, the page loads. However, it fails to load CSS with error: Did not parse stylesheet at 'app://index.html/css/index.css' because non CSS MIME types are not allowed in strict mode.
Running document.location = 'app://localhost' does the same as above with error: Did not parse stylesheet at 'app://localhost/css/index.css' because non CSS MIME types are not allowed in strict mode.
Bug Report
Problem
When adding
into the
<platform name="ios">
section of config.xml, the iOS simulator shows "about:blank" page instead of "index.html" pageWhat is expected to happen?
App should display "index.html" page
What does actually happen?
App displays "about:blank" page
Information
This bug does not happen on real devices, only in the simulator
Command or Code
Environment, Platform, Device
iOS Simulator on Mac OS Big Sur 11.6, Mac Mini (M1, 2020) 8GB
Version information
Cordova CLI 11.0.0
Cordova iOS 6.2.0
Checklist
The text was updated successfully, but these errors were encountered: