Is there a good method of printing the current view or a given component and/or emailing an image or html of that view or component to someone? When I try to print from Safari, I just get a blank page.
Mobile devices don't usually have support for printing. Email you can open the email client and let the user type but you can't programmatically email someone on the device.
Yeah, at the moment we just decided to go with Jasper to create a PDF of the data we want by making calls to our REST service. It would still be great to be able to print "screenshots" from the app though.