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

Is Kendo UI Mobile for mobile browser websites?

3 Answers 124 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
JohnVS
Top achievements
Rank 1
JohnVS asked on 13 Aug 2013, 03:45 PM
We are already using Kendo UI Mobile with Icenium to build our mobile apps, which works great.

But now, for a different project, we are building client websites that have a desktop version and a mobile version. The desktop version is already done, and we used Bootstrap 2.3.2 and Kendo UI Web as frameworks.

Now we are working on the mobile version of the website. Note, this is not meant to be an app; it is simply meant to be the website that appears when someone browses to our client's website from a mobile device.

Can Kendo UI Mobile be used for websites built for mobile browsers and not apps? I guess I'm confused as to how to use Kendo UI Mobile with a mobile browser website. We don't want to use Kendo's routing and such, since we are using MVC 4 controllers/views to deliver pages. On the product description page, it says "Automatic layout system" is a feature. So am I supposed to use Kendo UI Mobile exclusively to design the mobile website? Does it do positioning and such like Bootstrap does, or do I need to use Bootstrap in addition?

Any guidance is appreciated! Thanks.

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 14 Aug 2013, 09:09 AM
Hello John,

Kendo UI Mobile widgets can be used for building mobile versions of the website. I would suggest you to take a look of http://demos.kendoui.com from a mobile device, so you can see how the controls will look in a native browser. In general Bootstrap will not be needed for the mobile version, but it all really depends on the project. I would suggest you to start by examining the demos section of the website using mobile device, as I am sure this will answer most of your questions.
 
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
JohnVS
Top achievements
Rank 1
answered on 14 Aug 2013, 02:01 PM
Kiril, thank you for that information. I have taken a look at that URL with my mobile browser, and I see what you mean.

A further question about this is if it is possible to design a mobile browser website without using the SPA method. I am using ASP.NET MVC 4 and would love to just be able to browse around the website normally, without using app.navigate(url) and such, but rather just load Views from my Controllers like I normally do. Will this, or anything like it, ever be possible with Kendo? Or is SPA the only way to design a mobile browser website with Kendo UI Mobile?
0
Nikolay Rusev
Telerik team
answered on 16 Aug 2013, 08:55 AM
Hello John,

You can use the Kendo Mobile wrappers for ASP.NET MVC for this. I guess you will need to setup the mobile application for a server navigation.

Within the distribution archive you can find a runnable offline demos(\wrappers\aspnetmvc\Examples) showing how to use mobile widgets in mvc application. Also when you go through mobile demos website you will notice a ASP.NET MVC tab in the code viewer showing the ASP.NET code for that example.

Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
JohnVS
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
JohnVS
Top achievements
Rank 1
Nikolay Rusev
Telerik team
Share this question
or