m0dch3n / vue-cli-plugin-cordova

Vue Cli 3 Cordova Plugin
MIT License
417 stars 63 forks source link

ios simulator blank #90

Closed yokins closed 4 years ago

yokins commented 4 years ago

environments

system: macOS Mojave
ios simulator: iPhone Xʀ iOS 12.4
vue-cli-plugin-cordova: ^2.3.6
vue: ^2.6.10

bug description

i create an new vue project,add plugin and run yarn cordova-serve-ios success。but the ios simulator display a blank screen, there is no error message,bug open the localhost url by ip in browser,find SEC_ERROR_UNKNOWN_ISSUER code.

screenshots

image

image

m0dch3n commented 4 years ago

https://github.com/m0dch3n/vue-cli-plugin-cordova/issues?utf8=%E2%9C%93&q=is%3Aissue+blank

have you tried the solutions in the others issues?

yokins commented 4 years ago

thank you, i fond the solution in #85

tripflex commented 4 years ago

I personally had to add this for iOS to be able to connect to my local IP address as it was throwing SSL errors in Safari dev console without it

https://stackoverflow.com/a/34808112/378506

m0dch3n commented 4 years ago

I don't have these SSL problems, as I'm accessing my dev server through a proxy which wraps https with .dev domain and a valid cert from letsencrypt