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
WebView does not scroll when placed inside a ScrollView. The parent ScrollView intercepts vertical touch gestures, preventing the WebView from scrolling its internal content.
Issue faced in both NET 9 and 10.
Steps to Reproduce
Create a .NET MAUI page with a ScrollView
Place a WebView inside the ScrollView
Load a webpage with scrollable content in the WebView
Description
WebView does not scroll when placed inside a ScrollView. The parent ScrollView intercepts vertical touch gestures, preventing the WebView from scrolling its internal content.
Issue faced in both NET 9 and 10.
Steps to Reproduce
WithScrollView.mp4
WithoutScrollView.mp4
WebViewScroll.zip
Expected Behavior
WebView should scroll its internal content independently, even when nested inside a ScrollView
Actual Behavior
WebView does not scroll; parent ScrollView intercepts touch events
Link to public reproduction project repository
No response
Version with bug
10.0.11
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output