Is there anyway to print the a screenshot from iOS? I have used the below but it's not doing anything. Thanks!
Ti.Media.takeScreenshot(function(event){ AirPrint.print({ url: event.media, showsPageRange: true, view: goButton }); });
Is there anyway to print the a screenshot from iOS? I have used the below but it's not doing anything. Thanks!
Ti.Media.takeScreenshot(function(event){ AirPrint.print({ url: event.media, showsPageRange: true, view: goButton }); });