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

Window does not go fullscreen on maximize

1 Answer 454 Views
Window
This is a migrated thread and some comments may be shown as answers.
Hans
Top achievements
Rank 1
Hans asked on 22 Dec 2014, 12:36 PM
Hallo,

I have a problem with the window on the iPad(IOS 8.1.2), when I open a window that is automaticaly maximized there is some free space to the right(around 10% of the screen).
This also happends when I manual try to maximize the window.

It is tested with latest version of kendo ui web (from the ui professional).

Window options:
width: "800px",
height: "600px",
draggable: true,
actions: ["Maximize", "Close"],
resizable: true,
title: fileModel.name,
content: editorModel.url

How I use it to get it maximized 
kendoWindow.center().toFront().maximize();


1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 24 Dec 2014, 12:03 PM
Hello Hans,

Thank you for reporting this. We tracked down the cause of the issue and fixed it. Changes will take effect in the next official and internal builds.

The problem was exhibited when the page width and height were larger than the viewport, and the page was zoomed out.

Regards,
Dimo
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
Hans
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or