Tencent / weui

A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
https://weui.io
Other
27.18k stars 6.41k forks source link

IOS微信6.7.4 文本框或输入框调出输入法,退出输入法后,底部会多出一部分。(QQ浏览器内不会复现) #758

Closed pkkgu closed 5 years ago

pkkgu commented 5 years ago

如题如图

_20181213093641

pkkgu commented 5 years ago

$("input,select,textarea").blur(function(){ setTimeout(() => { const scrollHeight = document.documentElement.scrollTop || document.body.scrollTop || 0; window.scrollTo(0, Math.max(scrollHeight - 1, 0)); }, 100); })

暂时解决办法,应该是IOS微信6.7.4和IOS12问题

xiedandan commented 5 years ago

我也想来反馈,,跟腾讯客服反馈这个问题,客服就只会复制 粘贴来回答我。。现在7版本了,还是有这问题,,真让人 蛋疼,

huskyui commented 5 years ago

$("input,select,textarea").blur(function(){ setTimeout(() => { const scrollHeight = document.documentElement.scrollTop || document.body.scrollTop || 0; window.scrollTo(0, Math.max(scrollHeight - 1, 0)); }, 100); })

暂时解决办法,应该是IOS微信6.7.4和IOS12问题

非常感谢

TomLiu-GitHub commented 5 years ago

是啊,这个问题很蛋疼啊.微信ui不支持微信浏览器,说出去别人都不信.

BearJ commented 5 years ago

您好,请到微信开放社区提出这个问题哈。

Boxser567 commented 5 years ago

IOS 系统版本 12.2 和 12.4.1 、微信版本:7.08 依然存在问题,特来打卡!