-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cordova.plugins undefined #1642
Comments
Fixed in #1616 |
exactly, thanks ! |
I have exactly the same issue.
|
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of the problem:
cordova.plugins
undefinedAffected platform
OS of the development machine
Other information:
Capacitor version: 1.0
node version: 11.11.0
npm version: 6.7.0
CocoaPods version: 1.7.1
Hello all,
I have some cordova plugins declared in my package.json. capacitor detect them, and all seems fine with syncing :
But, in my app
cordova.plugins
(orwindow.plugins
) is undefined (cordova
is okay).All Capacitor Plugins are okay, but I cannot use Cordova Plugins (
cordova.plugins.email.open({...})
produce an error).Also, the xcode console shows some logs like this :
I tried to erase ios/ and re-sync from scratch, but same results.
I pretty sure all of this worked before the 1.0.
Some ideas ?
Thanks !
The text was updated successfully, but these errors were encountered: