-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Capacitor #156
Comments
Ok, meanwhile I found out that you have to copy the strings from plugin.xml to strings.xml of your app and it will work afterwards |
I experienced the same thing. please info how to do it? |
Add these lines, which are from your plugin.xml file from node_modules to
|
thanks. this is useful to me |
npm i cordova-plugin-datecs-printer is able to install in ionic capacitor? |
Hello,
I'm trying to use this plugin with Ionic 5 and Capacitor 2.0.2
I installed the plugin like this:
npm i cordova-plugin-datecs-printer
and then I rannpx cap sync
. I used your sample service to test the plugin (https://github.com/giorgiofellipe/cordova-plugin-datecs-printer/wiki/Service-DatecsPrinter--for-ionic-4), but no matter which method I try, I get no response (no error, no messages, nothing). Is the plugin compatible with Capacitor, is there something else I'm missing?The text was updated successfully, but these errors were encountered: