I am facing a problem with `AndroidView` used insi...
# compose
a
I am facing a problem with 
AndroidView
 used inside a  
Scaffold
 with drawer. when I’m scrolling the 
Webview
 vertically it is still responsive to the horizontal scroll and it tries to open the drawer. Meanwhile this is not the case with for example LazyColumn where if you start scrolling vertically you can’t open the drawer by moving your finger horizontally as well. Is there any way to prevent child view to pass the gesture to it’s parent or make it to act like the way column view does?