Hello folks, I found a severe issue when I open Flutter web apps inside Webviews. This kind of generic Webview is being used by hundreds of apps.
Scrolling down triggers the close of the Webview instead of scrolling the page.
The first example is a page I'm building using FlutterFlow, but the other links are just Flutter web applications I found on the web.
I was debugging the HTML generated, and it is quite scary what is being done there.
Any clues on how to solve this?