Set number of copies for iOS

This commit is contained in:
Sebastián Katzer
2019-01-03 16:52:10 +01:00
parent c19cec7415
commit 7905b71feb
2 changed files with 4 additions and 4 deletions

View File

@@ -28,16 +28,14 @@ var exec = require('cordova/exec');
*/
exports.getDefaults = function () {
return {
// Platform independent
name: 'unknown',
duplex: 'none',
landscape: false,
graystyle: false,
// iOS specific
border: true,
copies: 1,
hideNumberOfCopies: false,
hidePaperFormat: false,
// iPad specific
bounds: [40, 30, 0, 0]
};
};