Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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.
You can adding the following rule to your CSS:
@media only
screen
and (height :
320px
) and (orientation :
landscape
) {
.km-ios
6
{
height
:
100%
!important
;
}