-
Notifications
You must be signed in to change notification settings - Fork 125
加载链接无法触发内部滑动事件 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
我也碰到了一样的问题,所有链接加载之后都无法滑动 |
贴上我的代码,不管什么url,webview内部html都无法滑动
// sldinglayout_text.setWidth(outMetrics.widthPixels);
// sldinglayout.addView(inAppWebView);
|
加载微信链接,比如http://i.eqxiu.com/s/6OELV9GN?eqrcode=1&from=timeline&isappinstalled=0
会发生冲突,html的链接内部事件没法触发,造成冲突了。
The text was updated successfully, but these errors were encountered: