Allow borderless printing on iOS

This commit is contained in:
Sebastián Katzer
2016-07-28 19:51:10 +02:00
parent 0ab65940c3
commit a4f5dd098f
2 changed files with 10 additions and 27 deletions

View File

@@ -34,6 +34,7 @@ exports.getDefaults = function () {
landscape: false,
graystyle: false,
// iOS specific
border: true,
hidePageRange: false,
hideNumberOfCopies: false,
hidePaperFormat: false,