web-view中的scrollTop
<web-view src=’{{info_src}}’></web-view>
web-view 所调用的网页中有一功能:
document.documentElement.scrollTop = 0;
在开发者工具中能成功跳至顶部,在手机上无反映,怎么解决。
<web-view src=’{{info_src}}’></web-view>
web-view 所调用的网页中有一功能:
document.documentElement.scrollTop = 0;
在开发者工具中能成功跳至顶部,在手机上无反映,怎么解决。