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:
@ckoon-infopro I have implemented the required changes to support Capacitor 7 (see #366). Can you please install capacitor-community/camera-preview v7.0.0 from my branch https://github.com/ryaa/camera-preview/tree/chore/update-to-capacitor-7 and check if this works as expected. Thank you
capacitor-community/camera-preview
Sorry, something went wrong.
ryaa
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: