ModusCreateOrg / ionic-vue

Vuejs integration for Ionic versions 4 and 5
MIT License
271 stars 26 forks source link

Force mode to ios #129

Closed jakubkoje closed 4 years ago

jakubkoje commented 4 years ago

Hey, I noticed that when I try to force Ionic to use ios mode on browser/android, it doesn't change to ios. I tried 2 different installations, both with no luck. Vue.use(Ionic, { mode: 'ios' }); / Ionic.install(Vue, { mode: 'ios' });

On @ionic/vue it is working. Thanks for help.

michaeltintiuc commented 4 years ago

Thanks for the issue @jakubkoje working on a fix

michaeltintiuc commented 4 years ago

@jakubkoje for v2 try 1.3.9 and for v3 3.0.0-alpha.5

jakubkoje commented 4 years ago

Wow, that was fast. It's working now. Thanks.