fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

Null safety support #893

Closed themisir closed 3 years ago

themisir commented 3 years ago

Fixes #880

andzejsw commented 3 years ago

@charafau please take a look, when you have time.

charafau commented 3 years ago

@andzejsw I'm sorry but I'm no longer maintainer of this package, I'd also suggest to use official webview plugin if possible

andzejsw commented 3 years ago

@charafau do you know who is maintainer? Currently this plugin contains feature, which isn't in official plugin. For official plugin i have made PR, which isn't implemented for quite long time. Till then I need this plugin in my project.

themisir commented 3 years ago

@andzejsw I'm sorry but I'm no longer maintainer of this package, I'd also suggest to use official webview plugin if possible

Official plugin doesn't works great with device keyboard and have some scrolling issue. Both issues are critical for me because, I need WebViews to collect credit card details, which requires seamless keyboard interaction.

charafau commented 3 years ago

I passed message to flutter community regarding this issue

AlexV525 commented 3 years ago

Official plugin doesn't works great with device keyboard and have some scrolling issue. Both issues are critical for me because, I need WebViews to collect credit card details, which requires seamless keyboard interaction.

By enable the hybrid composition, keyboard issues and scroll performance regression should be no longer exist. Did you enabled it?

themisir commented 3 years ago

Official plugin doesn't works great with device keyboard and have some scrolling issue. Both issues are critical for me because, I need WebViews to collect credit card details, which requires seamless keyboard interaction.

By enable the hybrid composition, keyboard issues and scroll performance regression should be no longer exist. Did you enabled it?

Have not tried because this one does already works.

augustorsouza commented 3 years ago

Let's merge this guys?

charafau commented 3 years ago

merged and released as 0.4.0