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
Hello,
I have application which has requirement like, I need to pass HTML to printer and that should printed as label.
I successfully implemented this plugin, but I could't not pass base64 string because I don't want to print image i want to print HTML based dynamic labels.
And I also want to know about iOS support for this plugin.
So can you please help me to figure out this issue.
The text was updated successfully, but these errors were encountered:
You'll have to render the HTML on the device and generate a bitmap via web
view screenshot. However, different devices have different pixel density
and screen resolutions, so it's best to render the HTML to an image on the
server side so the labels are consistent between devices.
Try the dev branch for iOS support:
#11
On Dec 1, 2017 7:38 AM, "chetuBhadra93" ***@***.***> wrote:
Hello,
I have application which has requirement like, I need to pass HTML to
printer and that should printed as label.
I successfully implemented this plugin, but I could't not pass base64
string because I don't want to print image i want to print HTML based
dynamic labels.
And I also want to know about iOS support for this plugin.
So can you please help me to figure out this issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#20>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AVyeH-MbAx25Rt1zPcPxgmHPcIGFN4UCks5s7_NHgaJpZM4QySjq>
.
Hello,
I have application which has requirement like, I need to pass HTML to printer and that should printed as label.
I successfully implemented this plugin, but I could't not pass base64 string because I don't want to print image i want to print HTML based dynamic labels.
And I also want to know about iOS support for this plugin.
So can you please help me to figure out this issue.
The text was updated successfully, but these errors were encountered: