Scrolling not working on Windows Platform using touch pad
I am using InAppWebView version 6.2.0-beta.2 for the Windows platform, but I’m experiencing issues with scrolling using touchpad. Despite trying different values for the kScrollMultiplier, the scrolling is still not smooth. I also attempted to set gesture recognizers, but I haven’t been able to resolve the issue.
Scrolling not working on Windows Platform using touch pad
I am using InAppWebView version 6.2.0-beta.2 for the Windows platform, but I’m experiencing issues with scrolling using touchpad. Despite trying different values for the kScrollMultiplier, the scrolling is still not smooth. I also attempted to set gesture recognizers, but I haven’t been able to resolve the issue.
How to elegantly display long links in flutter_inappwebview v6.0.0
I need to display user generated HTML content in a flutter app. I’m using the inappwebview plugin for this, which is full featured and generally works well.