开发微信页面的时候,使用了html锚点用来在同一个页面中定位,发现在苹果手机微信浏览器打开后,点击菜单锚点定位,滑动页面可以看到运行了多个页面(每次点击锚点定位会多出一个页面),请问下这是怎么回事?而且在初次打开页面点击最后2个菜单的时候会闪屏一下,是不是和上面说的问题有关系?
ringa_lee2017-04-18 09:30:39
If you draw points for positioning, it is recommended that you use JS to implement these functions.
高洛峰2017-04-18 09:30:39
If you use href
, you should prevent the default click event, otherwise it will jump in safari