Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.84 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.84 KB

Cordova Print Plugin - Sample App

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.

Testing in the iOS Simulator

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.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

This software is released under the Apache 2.0 License.

Made with 😋 from Leipzig

© 2013 appPlant GmbH