The system is ios9.3.2 and uses vue.js 2.0. The page is opened without parsing
Today, voice input in WeChat was added based on the original function, and then the page of ios9.3.2 crashed
Excuse me, what is this question
習慣沉默2017-06-26 10:54:13
It seems that it is directly bound to the html file. I guess it is not the fault of Vue. Check whether it uses any features that are not supported by iOS8, and then does not add polyfill, causing program errors
扔个三星炸死你2017-06-26 10:54:13
Obviously there is a problem with your code, use the computer to debug it and see
伊谢尔伦2017-06-26 10:54:13
You can check the browser version of your IOS and then confirm whether it is a vuejs problem. You can check this article to confirm your compatibility issues. How is the compatibility of Vue.js mobile browsers? , of course does not rule out problems with your code.