andriyoganp / blue_print_pos

Helper to use bluetooth print in Android and iOS
Apache License 2.0
34 stars 77 forks source link

Top distance of QRCode increases according to previous content. #63

Closed harguus closed 2 years ago

harguus commented 2 years ago

First of all congratulations on the package, thank you very much!

I have a problem that according to the amount of content added, the final distance before the QRcode increases directly proportionally, I don't know why but I tested it with your code just by duplicating the last content six times, increasing the amount, you can see in the image the printout left with the code of your example and the right with the same code appended with more texts and there is an increase in the distance between the end of the text and the beginning of the QRcode. I tested with 3 paper sizes PaperSize.mm50, PaperSize.mm72, PaperSize.mm80 and the same result.

image

Thanks!

kechkibet commented 2 years ago

Hi, You have to self host this pr since it is not merged yet: #60 or use my fork:

  blue_print_pos:
    git: https://github.com/kechkibet/blue_print_pos.git
harguus commented 2 years ago

Hi, You have to self host this pr since it is not merged yet: #60 or use my fork:

  blue_print_pos:
    git: https://github.com/kechkibet/blue_print_pos.git

Ok thank you very much solved this problem and the paper size problem.

kechkibet commented 2 years ago

We are waiting for the owner of the repo to merge.

On Mon, 16 May 2022, 01:22 Thiago Cristiano Tavares, < @.***> wrote:

Hi, You have to self host this pr since it is not merged yet: #60 https://github.com/andriyoganp/blue_print_pos/pull/60 or use my fork:

blue_print_pos: git: https://github.com/kechkibet/blue_print_pos.git

Ok thank you very much solved this problem and the paper size problem. But why hasn't it been merged yet and if it will be?

— Reply to this email directly, view it on GitHub https://github.com/andriyoganp/blue_print_pos/issues/63#issuecomment-1127062507, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMQ732U6HVLU7WFCD3NR2LVKF2IRANCNFSM5V4H3TPA . You are receiving this because you commented.Message ID: @.***>

eduardchavez commented 2 years ago

I have fixed the problem in my local library... width is ok in webview for android... the problem is the height... I just changed the height and everything is ok now.