Bit of an odd question, and I'm perfectly willing to accept that this just isn't possible, but is there a way of using jQuery or just normal JavaScript to check if a device is capable of printing?
We currently have a button on our article pages that allow the user to click in order to print the page. However on some Android devices the "javascript:window.print();" function just doesn't work.
I was just wondering if there was a way of performing a check to seeing if the device supports this?