https://kotlinlang.org logo
Title
p

Prateek Kumar

04/12/2023, 5:18 PM
Hello !! I am trying to use Webview with HorizontalPager (New one), if the webview content size is more than the screenWidth, it will get a internal scroll but HorizontalPager dosen’t respect that. The only way to scroll webview is if u use two finger and drag around. Tried using rememberNestedScrollInteropConnection() but no luck. Tested the same behaviour in XML, works without any problem(it will scroll the webview until u have reached to the end after which it will scroll the pager,just like how it should be.) Looking for some guidance.