christopherdro / react-native-print

Print documents using React Native
MIT License
335 stars 145 forks source link

Landscape mode #109

Closed mohankoppuravuri closed 3 years ago

mohankoppuravuri commented 4 years ago

isLandscape: true property is not working. when I click print button it is displaying in protrait mode. I even changed the default value to true on local module. Similarly file name is also not working

hzzgood commented 4 years ago

Same issue to my project, can't get isLandscape: true work, still have to select manually on the device...

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

sungsong88 commented 3 years ago

Same issue. When html is passed in with isLandscape: true on Android, the android's printing page is NOT set to landscape. It works as expected on iOS, though.