Static GitHub Issues

[130] render issue on mobile safari

prev: How to use JSX from vue plugin?
next: nuxtServerInit and async data

Hi, Thanks for the awesome work, I was playing around nuxt.js, although its still lack of documents, its still works nice.

I ran into this problem on iOS safari, not sure if it is a bug.

this is my layout default.vue

<template lang="pug">
#wrapper
  transition(name="fade", mode="out-in")
    #notify(v-if="notifyMessage")
      .restrict.notify-box {{notifyMessage}}
  my-header
  main#main
    nuxt
  my-footer
</template>

I tried on my OSX Sierra with chrome, firefox and safari, iphone 6 10.2 with Chrome, page renderer in the tag 'nuxt' without any problem. but when using the default safari on iOS, the header and footer still rendered, the 'nuxt' section will disapear.

Try here: https://notable.wushan.io/ Source: https://github.com/wushan/notable-frontend

Thank you.

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c107">#c107</a>)</em></sub></div>