Gesture detector with scroll view in android
I am trying to implement Webview
with scroll view to detect gesture detector from swipe left to right and right to left how to do? can an开发者_开发百科ybody give example
WebView
already scrolls, so you do not need the ScrollView
.
WebView
already handles swipes to move left and right, so you do not need the gesture detector.
Hence, your solution is just a plain WebView
.
精彩评论