-
I can't find any resources showing how to use Cordova plugins with Capacitor, without Ionic Native. The official guide only shows the following.
What should the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You could use ionic Native in Capacitor.
|
Beta Was this translation helpful? Give feedback.
-
There is no |
Beta Was this translation helpful? Give feedback.
There is no
import
, you likely have to access the plugin directly off ofwindow
. Each plugin's docs may or may not have instructions for direct usage, but you could always inspect theplugin.xml
for<js-module>
declarations. For example, in this plugin, it adds the module towindow.bluetoothle
.