This commit is contained in:
Sebastián Katzer 2019-02-12 12:24:53 +01:00
parent fe2f72ff1a
commit 42b439b4cb

View File

@ -34,7 +34,7 @@ Plugin for [Cordova][cordova] to print documents or photos from iOS, Android and
The plugin creates the object `cordova.plugins.printer` and is accessible after the *deviceready* event has been fired. The plugin creates the object `cordova.plugins.printer` and is accessible after the *deviceready* event has been fired.
To print plain text: To print a screenshot of the app:
```javascript ```javascript
cordova.plugins.printer.print(); cordova.plugins.printer.print();