We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Capacitor 7 has been released. https://capacitorjs.com/docs/updating/7-0
After upgrading from Capacitor 6 to Capacitor 7, I encountered a syntax error while using this plugin.
error: cannot find symbol call.error("Camera is not running"); ^ symbol: method error(String)
Plugin's success() and error() methods have been removed, use resolve() and reject() instead.
Source: https://capacitorjs.com/docs/updating/plugins/7-0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Capacitor 7 has been released.
https://capacitorjs.com/docs/updating/7-0
After upgrading from Capacitor 6 to Capacitor 7, I encountered a syntax error while using this plugin.
Source: https://capacitorjs.com/docs/updating/plugins/7-0
The text was updated successfully, but these errors were encountered: