srehanuddin / Cordova-Plugin-Bluetooth-Printer

A cordova plugin for bluetooth printer for android platform
103 stars 116 forks source link

Btprinter is not defined #21

Open bingoplayer opened 7 years ago

bingoplayer commented 7 years ago

Hello, I am using Phonegap and console printed this information when I tried this plugin: Uncaught ReferenceError: BTPrinter is not defined But if I use cmd and check plugins: .go to app folder and type phonegap plugin list I see: cordova-plugin-bluetooth-printer 0.0.1-dev "BluetoothPrinter"

Do you know where can be problem?

confix.xml: <gap:plugin name="cordova-plugin-bluetooth-printer" />

Thank you!

surendiranganesan commented 7 years ago

try with window.BTPrinter

MichelLovatto commented 4 years ago

the function has to be in a onDeviceReady function, so you will not need the "window."