I want to display a page with an image on top and with a WebView containing HTML text.
The problem is that WebView has its own scrolling, so when the user scrolls the WebView, it scrolls while the image stays in place.
Can I disable WebView scrolling? Thus, the image and WebView will scroll simultaneously.
I know that one of the solutions is embedding the image in HTML, but are there any other solutions?
source
share