Is it possible to use a plugin only on some platforms? #4812
Unanswered
agonzalezjr
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a project currently using Capacitor v3 for iOS/Android and the sqlite community plugin. Everything working great.
I need to add Electron now for a desktop app (Windows), but things are not working well because the sqlite community plugin is not ready for the Electron platform yet.
Is there a way to configure/specify that I won't be using that plugin on the Electron platform? If not, is there a good version combination of core/ios/android/electron/sqlite that would work for now?
More info here.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions