How to use cordova plugins like camera or file opener without the use of jetifier? #4460
Unanswered
vineetha-v
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Best thing is to use AndroidX dependencies instead of the deprecated Android Support libraries. But sadly, if users have some plugin that has not moved to AndroidX, they'll have to use jetifier or cordova-plugin-androidx-adapter or some other thing to patch those plugins. That's not really up to you, you can't know what plugins they use. |
Beta Was this translation helpful? Give feedback.
1 reply
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 trying to create a custom plugin which makes use of camera and file functionalities. I want this plugin to work with both Cordova and Capacitor (without using jetifier), can someone suggest a better way to get this done real quick.
Beta Was this translation helpful? Give feedback.
All reactions