Plugin for Cordova to print documents, photos, HTML and plain text from iOS, Android and Windows Universal apps.
Clone the example branch:
git clone -b example https://github.com/katzer/cordova-plugin-printer.git
Build the project:
cordova build [ios|android|windows|browser]
Then execute:
cordova run [ios|android|windows|browser]
These will lunch the simulator or any plugged in device and start the example application. It is also possible to open the project with Android Studio, Xcode or Visual Studio.
Please follow the plugin's README for further requirements and informations.
There's no need to waste lots of paper when testing - if you're using the iOS simulator, install the Hardware IO Tools for Xcode and select Xcode -> Open Developer Tool -> Printer Simulator to open some dummy printers.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
This software is released under the Apache 2.0 License.
Made with 😋 from Leipzig
© 2013 appPlant GmbH