input禁止输入后,触发事件,在苹果手机的页面会滚动

在vue中,<input type="text" readonly="readonly" @click=""/>,点击跳转页面。

在苹果手机微信中,会滚动会顶部,才跳转。滚动你喵呀。

经过各种测试,都不行,后来搜索了input的禁止输入方法,发现:

换成这样既可防止苹果微信浏览器滚动,<input type="text" disabled="disabled" @click=""/>!然后调整一下颜色和透明度。

原理请参考:https://www.cnblogs.com/handsome-boy/p/9209827.html

posted @ 2020-02-25 17:39  源点666  阅读(670)  评论(0编辑  收藏  举报