You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
按照你的说法,body,html,container添加了height:100%; 也用ua判断了android,还是在android无法上啦,主要原因 代码41行, if (!_util.checkDeviceType('ios')), IOS直接return了。
if (!_util.checkDeviceType('ios'))
return;
for (i = 0, il = list.length; i < il; i++) {
item = doc.getElementById(list[i]);
if (!item)
throw '';
item.className += that.config.cClass;
}
我研读了一下你的代码,测试了一下Android, 我觉得问题发生在这里:
line:100 if (scrollTop === 0)
ele.scrollTop永远是0
The text was updated successfully, but these errors were encountered:
按照你的说法,body,html,container添加了height:100%; 也用ua判断了android,还是在android无法上啦,主要原因 代码41行, if (!_util.checkDeviceType('ios')), IOS直接return了。
if (!_util.checkDeviceType('ios'))
return;
我研读了一下你的代码,测试了一下Android, 我觉得问题发生在这里:
line:100 if (scrollTop === 0)
ele.scrollTop永远是0
The text was updated successfully, but these errors were encountered: