Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 webview 和其他布局。滚动webview时如何使其他布局不可见(使用View.GONE)
覆盖 touchlistener 但 Action.up 不能赶上 Action.up
怎么可能实现呢?
该点在开始或结束滚动时检测
您可以覆盖活动的 onTouchEvent 例如:
@Override public boolean onTouchEvent(MotionEvent event) { //Do something return super.onTouchEvent(event); }
我无法理解这是怎么发生的。在我的页面上显示源代码是这样开始的——是的,那是 html 的开始,我在 Chrome 和 Safari 中仔细检查了它......
</div> </div> </div> <!DOCTYPE html> <html> <head> <