You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: