Hi,
I am using the Kendo Web UI controls to build a responsive web application using HTML5, CSS3, javascript, etc. I would like to use the kendo mobile tabstrip in my application. Will this play nice with the web ui layout I already have in place? In the tabstrip example I see that I need a div with the data-role="view" attribute/value in addition to the following line of javascript code:
Can an existing web ui application "become" a mobile application too?
Thank you,
Dan
I am using the Kendo Web UI controls to build a responsive web application using HTML5, CSS3, javascript, etc. I would like to use the kendo mobile tabstrip in my application. Will this play nice with the web ui layout I already have in place? In the tabstrip example I see that I need a div with the data-role="view" attribute/value in addition to the following line of javascript code:
window.kendoMobileApplication = new kendo.mobile.Application(document.body);
Can an existing web ui application "become" a mobile application too?
Thank you,
Dan