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

Bootstrap Mobile Theme?

1 Answer 152 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Caleb Sandfort
Top achievements
Rank 1
Caleb Sandfort asked on 19 Jun 2017, 03:29 PM

I am working with the Kendo mobile framework and am trying to use the bootstrap theme:

<link href="Content/kendo/2017.2.504/kendo.common.min.css" rel="stylesheet" />
<link href="Content/kendo/2017.2.504/kendo.default.min.css" rel="stylesheet" />
<link href="Content/kendo/2017.2.504/kendo.mobile.all.min.css" rel="stylesheet" />

 

var app = new kendo.mobile.Application(document.body, {
        skin: "bootstrap"
    });

 

This isn't working, so I'm wondering what the proper css files are.

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 21 Jun 2017, 09:30 AM
Hi Caleb,

Kendo Hybrid UI includes only a limited number of themes and not the full set available in the Kendo UI Web suite. Apart from the platform-specific skins, the other skins available for mobile apps are listed here:
Mobile Application with Platform Agnostic Skin

You could add a request in the Kendo UI feedback portal to add the Bootstrap skin to the Hybrid UI suite, so others can also vote for it.

Regards,
Tsvetina
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Caleb Sandfort
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or