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
I have a capacitor app using "cordova-plugin-printer": "^0.8.0", "@ionic-native/printer": "^5.35.0",
I have everything launching the native print dialogs just fine. My issue is that when I send a base64 version to iOS to print it works just fine. I can see in the preview what the document looks like. In android however, all I see is the raw base64. What do I need to do to fix this?
The text was updated successfully, but these errors were encountered:
I have a capacitor app using
"cordova-plugin-printer": "^0.8.0",
"@ionic-native/printer": "^5.35.0",
I have everything launching the native print dialogs just fine. My issue is that when I send a base64 version to iOS to print it works just fine. I can see in the preview what the document looks like. In android however, all I see is the raw base64. What do I need to do to fix this?
The text was updated successfully, but these errors were encountered: