
iPhone兼容问题
weixin_43990624
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
苹果手机点击事件无效
苹果手机上点击事件无效: 给事件源添加css样式 cursor:pointer 或者是使用touchstart事件(对于需要点击选择某一条数据效果不要好(个人看法))原创 2020-03-05 14:30:11 · 361 阅读 · 0 评论 -
ios在h5页面中软键盘弹起时页面错位问题
var scrolltop = document.body.scrollTop; $(“input”).focus(function(){ interval = setInterval(function(){ document.body.scrollTop = document.body.scrollHeight; },100) }).blur(function(){ clearInterval(...转载 2019-05-17 10:51:38 · 1694 阅读 · 2 评论