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
It's possible to customize the gesture recognizer for the webview to ignore scrolling -> the list view will be able to capture that gesture and continue scrolling. However, doing this will effectively disable scrolling inside the webview. Is this your desired behavior?
I'm developing a Flutter web app and I need to show a html with tags. This html is created in a Django back office.
The html is loaded successfully but when I need to scroll down the screen, if the mouse cursor is over the iframe video, the scroll doesn't work.
Steps to Reproduce
HTML
`HtmlWidget` configuration
Tesing environment
Expected results
Can scroll when cursor is over the iframe video section
Actual results
Mouse scrolling not working. You have to put the mouse cursor outside the iframe video area.
The text was updated successfully, but these errors were encountered: