blue_print_pos icon indicating copy to clipboard operation
blue_print_pos copied to clipboard

Last rows dissappear for the first print.

Open hamzamon opened this issue 3 years ago • 5 comments

When printing a long receipt on the first print after the launch app, the last rows will disappear and then be printed correctly.

hamzamon avatar Dec 18 '21 09:12 hamzamon

It happen only in first or next print as well?. You can use method .addSpacer or use feedCount when print execution

andriyoganp avatar Dec 20 '21 06:12 andriyoganp

yes, only for first print until close app.

hamzamon avatar Dec 20 '21 20:12 hamzamon

@hamzamon Yes it's because on Android, the WebView needs to "warm up" for the first launch. So you need to print blank on first print. However it's working perfectly on iOS without the need to print blank on first print.

iandis avatar Apr 22 '22 04:04 iandis

@iandis is this a webview issue, can you link to the issue?

kechkibet avatar May 15 '22 16:05 kechkibet

cant we use flutter widget to image instead of webview?

kechkibet avatar May 15 '22 16:05 kechkibet