paystory-de / thermal-printer-cordova-plugin

Cordova wrapper for ESC/POS Thermal Printer library
Apache License 2.0
50 stars 39 forks source link

Missing permission for android.permission.DISABLE_KEYGUARD #56

Closed bobolat closed 10 months ago

bobolat commented 10 months ago

why on certain device happen this error? i already add this permission though <uses-permission android:name="android.permission.DISABLE_KEYGUARD" /> but still appear same error message. Is anyone ever happen same error?

bobolat commented 10 months ago

sorry i just realize there is issues already open with same problem