Disable swipe gesture of web view android inside w

2019-01-27 08:24发布

问题:

I am using this library project wenchaojiang/AndroidSwipeableCardStack. I make a sample project integrated with the lib. I succeed and working well for me. But when I try to add a web view with HTML content, the swipe feature not work. If there a web view without HTML content or data, or outside of web view, we can able to get the swipe card feature. But I need to have a full-screen web view. so how the swipe functionality work with that, please help. No code error occurs but the swipe feature not working with web view(match_parent). How to override gestures of web view in Android? Can we disable the click or swipe gesture of web view? or can we render HTML content with inline styles without web view?