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:
How I use it to get it maximized
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.urlHow I use it to get it maximized
kendoWindow.center().toFront().maximize();