To add, I just asked the user who has an abnormal page. His IOS version is still 8.7. It is normal in higher versions. If you have the conditions, please help me find out which feature is not supported in 8.7. I will also change it. After changing
, one of my mobile phone pages can be displayed correctly in PC browsers, android browsers, and android WeChat browsers as follows
But some users reported to me that the page cannot be opened correctly on some Iphones, and a blank page is opened
As follows
##Since I don’t have any IOS equipment around me, there is no way to debug it. It is initially estimated that a new javascript feature that is not supported by the IOS browser is used, but there is no way to debug it, so brothers online, please help me. If possible, please help me find out what the reason is. Thank you very much. Link to the problem page (please use WeChat browser or Iphone browser to visit)
http://www.wx2share.com/home /...
Page QR code
You can debug the problems yourself, and we will give you a method to debug the collection on webView. https://my.oschina.net/u/1778...
Please tell me your solution for copying text on mobile web. . . I tested it on my mobile phone and it opened with no problem ios10.3.1
After looking at the code, your layout may be
z-index
的问题,某些机型如果不指定z-index
会给个默认值.你可以在不出现的dom
加个z-index:3
,页面下面按钮是有个z-index:4
. It’s just a guess. You can give it a try.