I'm upgrading to Kendo UI Mobile v2013.1.514 (from v2013.1.319) and everything works great except that it attaches "touchmove" along with preventDefault() for everything inside of my views.
It seems to attach touchmove prior to the first showing of the view. I could code around it (unbind, then bind, etc...) but it wouldn't be too pretty.
Is there an option I can specify that would make it not attach touchmove in the first place?