I came across this while trying to implement a universal Kendo UI app for phone/tablet based on this how-to:
http://docs.telerik.com/kendo-ui/howto/universal-mobile-apps-html5
When trying to initialize the application from a div instead from the body element, I'm getting an empty page with no output in the console. I have set this up here:
http://jsbin.com/mutes/2/
Now when you remove the wrapping div and initialize the app from the body (or give the body the id of the div), everything works fine.
http://docs.telerik.com/kendo-ui/howto/universal-mobile-apps-html5
When trying to initialize the application from a div instead from the body element, I'm getting an empty page with no output in the console. I have set this up here:
http://jsbin.com/mutes/2/
Now when you remove the wrapping div and initialize the app from the body (or give the body the id of the div), everything works fine.