apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.16k stars 988 forks source link

document allowsBackForwardNavigationGestures and convertFilePath #947

Open jcesarmobile opened 4 years ago

jcesarmobile commented 4 years ago

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.