Capacitor v3: <Plugin> is not implemented on android #4918
Unanswered
antonio-cabezas
asked this question in
Q&A
Replies: 2 comments 1 reply
-
It happens only if I register the service worker. Since it's not necessary to have the service worker registered on the native app, I am registering it depending on the device platform. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also I find out that if you are in live reload mode, cap3 plugins will no wotk even you synced it into the andorid project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Capacitor v3 with a React PWA and I have the following problem:
When I build my app for Android it works fine but if the app reaches the OnDestroy lifecycle event and I execute it again I can see this lines printed on Logcat:
Last line is duplicated for all Capacitor official plugins that I am using.
I have the following dependencies:
And also as dev dependency:
My MainActivity (here I registered community plugins):
The capacitor config is the following:
Any suggestions are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions