iOS safari crashing (a problem repeatedly occured)

前端 未结 5 1895
春和景丽
春和景丽 2021-02-14 21:47

I\'m developing a website and have recently run into a problem when testing on my iPhone X - the site wont load.

Safari tries to load it, then reports the error \'this

5条回答
  •  抹茶落季
    2021-02-14 21:56

    Spent my fair share of debugging a similar issue.

    For me it was due to the fact that I was using Vuetify, and had 2 text-fields that both had autofocus property set. Removing that extra autofocus from an element fixed it for me.

提交回复
热议问题