This is a migrated thread and some comments may be shown as answers.

Using HTML wrappers with mobile app

1 Answer 63 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jacob
Top achievements
Rank 1
Jacob asked on 12 Sep 2012, 01:07 AM
Hi,

So just working through the mobile demo (http://docs.kendoui.com/tutorials/build-apps-with-kendo-ui-mobile) and I am attempting to use the MVC wrappers where applicable, for instance tabstrip.

It would appear that they don't pick up the styles and js properly and don't render quite as they should.

so this code:

@Html.Kendo().TabStrip().Name("tabstrip").Items(items =>
                {
                    items.Add().Text("Home").Action("Index", "Home");
                    items.Add().Text("About").Action("About", "Home");
                })

doesn't pick up the mobile style and ignores the 
transition: 'slide'

setting. 

Are the wrappers supposed to work with a mobile app project?

1 Answer, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 13 Sep 2012, 03:56 PM
Hi Adam,

I am afraid that at present wrappers for the Mobile widgets are not available, however this idea has been discussed and we will consider its implementation for one of our future releases. Actually we monitor the interest in this idea at KendoUI UserVoice forum, so if you wish you may cast a vote or leave a comment. The more votes it collect, the higher priority will have.
 

Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TabStrip
Asked by
Jacob
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or