-
Notifications
You must be signed in to change notification settings - Fork 610
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
After Capacitor 6 upgrade, all plugins are "not implemented on android" #2094
Comments
This issue needs more information before it can be addressed. Please see the Contributing Guide for how to create a Sample App. Thanks! |
Please provide a sample demo app repo that we can test against that has this issue |
Possible diagnosis (and fix/workaround) can be found in this thread: ionic-team/capacitor#7454 (comment) |
Is there already a solution for how to fix this? I have Android 14, and after updating the app to Capacitor 6, none of the plugins are visible. The app was built using redirect. |
I found the solution, and it's quite simple. I just needed to set the "server": {
"url": "https://youdomain.com",
"allowNavigation": ["youdomain.com"]
}, Since Android 14 supports |
Bug Report
I upgraded to Capacitor 6 yesterday, then spent half a day trying to fix "plugin is not implemented on android" errors.
Plugin(s)
I think it affects every plugin, but confirmed the error occurs with:
"@capacitor/clipboard": "^6.0.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/share": "^6.0.0",
"@capacitor/splash-screen": "^6.0.0",
"@codetrix-studio/capacitor-google-auth": "^3.4.0-rc.1",
Capacitor Version
Platform(s)
Android 14
Current Behavior
Using any plugin triggers "[plugin name] plugin is not implemented on android"
Expected Behavior
No errors like in Capacitor 5
Other Technical Details
Additional Context
Tried:
npx cap migrate
npx cap sync android
npx cap add android
yarn
npx cap init
,npx cap add android
, etc. Still doesn't workIf I use my old Android build with Capacitor 5 plugins, but load a webview containing the JS for Capacitor 6 plugins, every plugin still works. Plugins all work on iOS.
The text was updated successfully, but these errors were encountered: