Custom-URL-scheme
Custom-URL-scheme copied to clipboard
cordova v 9 support
I am working on a project with cordova 8.1.2 and I have this plugin installed.
I upgraded my cli to version 9 and I get an error:
Using "requuireCordovaModule" to load non-cordova module "../cordova/util" is not supported. Instead, add this module to your dependencies and use regular "require" to load it.
I see in the prepare-manifest file there is a reference to it: xml= context.requireCordovaModule('cordova-common').xmlHelpers,
Can we get this plugin to support cordova v9?
I'm not sure of your environment setup, but I was able to get this plugin working 9.0.0 ([email protected])
yesterday on an iOS device. Untested on Android, but perhaps the issue is elsewhere?