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

Kendo Window Title Bar Ugly on iOS7

1 Answer 21 Views
Window
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 13 Nov 2013, 11:25 PM
Hi,

It looks like there is some bad styling for the Kendo Window when used in iOS7.  Look at the title bar in the attached screenshot.  The window looks normal in iOS6.  I'm using kendo web v2013.2.918, kendo mobile v2013.2.918, kendo dataviz v2013.2.918 and PhoneGap 3.1.

Any help would be greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 15 Nov 2013, 11:50 AM
Hello Scott,

I already replied to the same question in your other thread, however I am pasting my reply here too:

In order to avoid the issue in iOS7 please include the following CSS rule into your application:

.k-window-titlebar {
    background-clip: border-box;
    box-sizing: content-box;
}
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Scott
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or