vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

Layout Error when open app default in IOS 9.3.5 #35

Open klaveren opened 6 years ago

klaveren commented 6 years ago

I'm just started a new project default, without changing anything and start npm run dev. In my device with Android all things works fine, in my Mac os with Sierra, works fine too, but in my ipad 2 with ios 9.3.5. The layout seems to load, and within a few moments it looks like the css is disabled. Staying instead of the black theme, a white screen without the default layout.

Follows print screens.

Anyone have any idea what it can be?

captura de tela 2018-03-23 as 22 10 50

img_0129

ghost commented 6 years ago

Having the same issue in IE11.

Try inserting the following on nuxt.config.js before plugins:

babel: {
      presets: [
        ['vue-app', {
          useBuiltIns: true,
          targets: { ie: 11, uglify: true },
        }
        ]
      ],

This helped a bit for me, but then I'm not able to properly polyfill the rest of the features needed.

So what I'm doing instead is starting a new Nuxt.js starter template and just adding the @nuxtjs/vuetify module which seems to be working perfectly: image

mostafabahri commented 6 years ago

having the same issue.

mostafabahri commented 6 years ago

It was right in the docs: https://vuetifyjs.com/en/getting-started/quick-start#ie11-support