EddyVerbruggen / nativescript-printer

:fax: Send an image or the screen contents to a physical printer
MIT License
36 stars 13 forks source link

Printing a ScrollView #8

Open Ericky14 opened 7 years ago

Ericky14 commented 7 years ago

Does this plugin fully support printing a ScrollView or an overflown StackLayout? When I try to print a ScrollView, the page barely covers any of the element. When I try to print the StackLayout, on android it usually works and condenses everything to 1 page. But on iOS, the content height overflows and there is only 1 page. Could this occur because of image elements? Or elements without a set fixed height.

I would appreciate any help, thanks.