Update README.me
This commit is contained in:
parent
6b5c51e4b1
commit
846d637089
@ -4,7 +4,7 @@
|
|||||||
- [__change__:] Plugin requires Android KitKat or newer
|
- [__change__:] Plugin requires Android KitKat or newer
|
||||||
- [__change__:] `isAvailable` returns false if no enabled service can be found (Android)
|
- [__change__:] `isAvailable` returns false if no enabled service can be found (Android)
|
||||||
- [feature:] New `pick` interface to pick a printer for future usage
|
- [feature:] New `pick` interface to pick a printer for future usage
|
||||||
- [feature:] Initial support for Windows10 platform (Thanks to #cristi-badila)
|
- [feature:] Support for Windows10 platform (Thanks to #cristi-badila)
|
||||||
- [enhancement:] `isAvailable` returns count of available services (Android)
|
- [enhancement:] `isAvailable` returns count of available services (Android)
|
||||||
- [enhancement:] `print` returns bool value to indicate the result
|
- [enhancement:] `print` returns bool value to indicate the result
|
||||||
- [enhancement:] Added missing `duplex` support (Android)
|
- [enhancement:] Added missing `duplex` support (Android)
|
||||||
|
14
README.md
14
README.md
@ -58,19 +58,17 @@ And then execute:
|
|||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
#### Version 0.7.2 (not yet released)
|
#### Version 0.7.2 (not yet released)
|
||||||
- __TODO__
|
- Finally on __NPM__
|
||||||
|
- __Windows__ support
|
||||||
|
- New __pick__ method
|
||||||
|
- Fixed iOS build issue
|
||||||
|
- Various enhancements
|
||||||
|
|
||||||
See [CHANGELOG.md][changelog] to get the full changelog for the plugin.
|
See [CHANGELOG.md][changelog] to get the full changelog for the plugin.
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
The plugin creates the object `cordova.plugins.printer` with the following methods:
|
The plugin and its methods are not available before the *deviceready* event has been fired.
|
||||||
|
|
||||||
- [check][check]
|
|
||||||
- [pick][pick]
|
|
||||||
- [print][print]
|
|
||||||
|
|
||||||
__Note:__ The plugin and its methods are not available before the *deviceready* event has been fired.
|
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
document.addEventListener('deviceready', function () {
|
document.addEventListener('deviceready', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user