Example Dojo: http://dojo.telerik.com/@mharrison/OjITI/2
I'm trying to allow for pinch/zoom gestures on a pdf that I've embedded into a MobileView but nothing I've tried has allowed me to listen for touchstart/touchend on iOS devices. it took alot of trial an error to devise this solution between browsers using the iframe and mobile safari needing the embed tag to allow for scrolling in the pdf. I even tried applying a kendo touch to the embed tag on init of the view but that throws a javascript error. What am I doing wrong?