xinhao
Results
1
comments of
xinhao
@jcesarmobile Is it possible to set this preference dynamically from JavaScript? just like [cordova-plugin-wkwebview-engine](https://github.com/apache/cordova-plugin-wkwebview-engine), it can be set like this: ```` window.WkWebView.allowsBackForwardNavigationGestures(true) // or false ```` I want to prevent...