m0dch3n / vue-cli-plugin-cordova

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

iOS Serves blank Page #126

Closed tarsusi closed 3 years ago

tarsusi commented 3 years ago

Hi,

I am creating a new project like this:

vue create cordova-app
cd cordova-app
vue add cordova(adding ios and android as platforms)

Then I try to serve iOS application by running this command:

npm run cordova-prepare
npm run cordova-serve-ios

It opens the default emulator but there is just a blank page shown.

vue --version
3.7.0

cordova --version     
10.0.0

Thanks.

danielgottbehuet commented 3 years ago

Same here. Just a blank (black) screen after config the xcode and run.

luk156 commented 3 years ago

same here

luk156 commented 3 years ago

For me the problem is the https, i've set in vue.config.js

devServer: {
    https: false,
}

and now works