Exposes the AirPrint API to Titanium Mobile applications.
View the Using Titanium Modules document for instructions on getting started with using this module in your application.
To access this module from JavaScript, you would do the following:
var AirPrint = require('ti.airprint');
Prints a document by showing a popover on the iPad or a modal window on other iOS devices.
Takes one argument, a dictionary with the following keys:
Returns whether or not the current device supports printing. Note that a printer does not need to be attached for this to return true.
See example.
Dawson Toth
Please direct all questions, feedback, and concerns to info@appcelerator.com.
Copyright(c) 2010-2013 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.