The vue project opens a blank page on the iOS9 phone, and other versions run normally.

I use laravel-mix to build the Vue project. After launch, I found that ios9"s mobile phone cannot view the project
refer to the previous post:

https://segmentfault.com/q/1010000012984811

there is no way, because the description of the post is still relatively simple.
ask the master to bring some reliable methods to solve this problem. IOS other phones have not found this problem for the time being, ios9.X may have a white screen, it is not a fallback white screen, is directly unable to open the web page, and did not report an error.

solve

Mar.07,2021
The problem of

has been solved because I used a plug-in in the project. Without looking at its source code, there must be some ES syntax that IOS9 does not support. This plug-in is mini-toastr, try not to use it when developing mobile devices. It took me three days to find out that when I tried a plug-in, I cried.


if you have a mac computer, connect to Safari, and debug it

.
Menu