cordova-ios icon indicating copy to clipboard operation
cordova-ios copied to clipboard

document allowsBackForwardNavigationGestures and convertFilePath

Open jcesarmobile opened this issue 4 years ago • 0 comments

The wkwebview-engile plugin had an allowsBackForwardNavigationGestures method that has been ported to cordova-ios when the plugin was integrated, but it's undocumented.

Also when the custom scheme was implemented, a convertFilePath method was added to convert file urls to scheme urls. But it's not documented neither.

They are both in window.WkWebView object.

Not sure if this should go in cordova-ios readme or somewhere else in cordova-docs.

jcesarmobile avatar Jul 16 '20 11:07 jcesarmobile