Printing advice / best practices
I'm developing a jQM app that provides event schedule info (similar to the jQuery conference app that helped us get to the proper room to hear the speaker we wanted to listen to).
So, I deploy my prototype and the first request I get is for some way to print the information! Nice - isn't the whole idea not to have to do that?? But it is a legitimate request - at least until I can provide the information while the mobile device is not connected to the web.
My question: does anyone have advice about printing from jQM? In particular I can see that printing from a desktop browser makes sense, but I don't see that it makes sense to print from an iPhone (how would you do that??). So do I need some kind of way to detect if there is a printer around?