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

Iphone 5 iOS 6 and display bug.

3 Answers 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Benjamin
Top achievements
Rank 1
Benjamin asked on 08 Oct 2012, 01:14 PM
Hello, 
I have an iPhone 5 and in the demo i have many display bug like no footer, can't scroll in the bottom of page....

have you a solution? Kendoui mobile is compatible with IO6 and iphone 5?

3 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 09 Oct 2012, 06:59 AM
Hello Benjamin,

The problem you observe seems to be related to the new full-screen browser mode. We will try to address this for our next release. 

Regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Tom
Top achievements
Rank 1
answered on 18 Oct 2012, 04:41 PM
Petyo,

I am seeing the same behavior. When will your next release be? Any work around in the meantime? This is a major problem.
0
Petyo
Telerik team
answered on 22 Oct 2012, 08:39 AM
Hi,

You can adding the following rule to your CSS:

@media only screen and (height : 320px) and (orientation : landscape) {
    .km-ios6 {
        height: 100% !important;
    }
}

All the best,
Petyo
the Telerik team
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
Benjamin
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Tom
Top achievements
Rank 1
Share this question
or