You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you install the plugin, capacitor brings in cordova code .... so cordova becomes available.
Before using the sample code, you only need to declare cordova like declare var cordova: any
I am trying to use this plugin with capacitor.
I have followed instruction to run:
npm install cordova-plugin-brother-label-printer
I have then ran npx cap sync to which I get this:
⠙ update ios [info] Found 1 Cordova plugin for ios:
[email protected]
From this point, how do I call the function such as findPrinters within the www/printers.js.
I am about to yeet myself out of a window...
The text was updated successfully, but these errors were encountered: