android-nested-scroll-webview
android-nested-scroll-webview copied to clipboard
description suggestion: one point of another advantage for this lib
You probably can also mention that with your approach it's possible to show correct position of scroll bars, this is esepcially fixed my problem to show bottom horizontal scroll bar, that was impossible to achieve by nesting webview inbto newsted scroll view.
Thank you for this lib <3
Hi @MasterOfTouch thanks a lot for your feedback.
Main problem of using a WebView inside a NestedScrollView is specially that, height of the WebView viewport is increased to its maximum size. One of the main purpuses of this lib is fixing that, ensuring correct height for the WebView viewport, so, showing correctly scrollbars.
I will extend README with that, mentioning it also :)
Thanks!