You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Adaptive Bottom Sheet to hold a WebView doesn't allow vertical scrolling on Android, yet working fine on iOS.
Had to wrap it in a Columb, yet, although a needles layer, it works but if there's a horizontal carousel in the page being rendered by the WebView, it's bumpy and page moves up and down wherever you swipe left and right.
You can reproduce with an Adaptive Bottom Sheet holding a Column holding a WebView set to open URL https://github.com/MohamedRejeb and scroll to the contributions carousel).
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for reporting this issue. I will check it out.
Since it's in android so it should be happening as well if you just use jetpack compose for only android, if that is the case then it's an android issue.
@MohamedRejeb
Good job with the library.
Using Adaptive Bottom Sheet to hold a WebView doesn't allow vertical scrolling on Android, yet working fine on iOS.
Had to wrap it in a Columb, yet, although a needles layer, it works but if there's a horizontal carousel in the page being rendered by the WebView, it's bumpy and page moves up and down wherever you swipe left and right.
You can reproduce with an Adaptive Bottom Sheet holding a Column holding a WebView set to open URL https://github.com/MohamedRejeb and scroll to the contributions carousel).
The text was updated successfully, but these errors were encountered: