hisaichi5518 / native_webview

A Flutter plugin that allows you to add an inline WebView.
https://pub.dev/packages/native_webview
Other
51 stars 18 forks source link

Add gestureNavigationEnabled #36

Closed hisaichi5518 closed 4 years ago

hisaichi5518 commented 4 years ago

Add gestureNavigationEnabled to the WebView. If gestureNavigationEnabled is false, gesture navigation will not work. This will only work on iOS, but the name will be unified with the API of webview_flutter. https://github.com/flutter/plugins/pull/2339

By default gestureNavigationEnabled is false.