azubkokshe opened a new issue #764: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/764
# Feature Request ## Motivation Behind Feature swipe back does not work in ios and this is very bad ## Feature Description I propose to make it optional: add a parameter to options: allowsbackforwardnavigationgestures = yes / no disabled by default so as not to break current implementations ## Alternatives or Workarounds Now we have to manually change the parameter self.webView.allowsBackForwardNavigationGestures = YES; <- in file: https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src/ios/CDVWKInAppBrowser.m ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
