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

window not close in lastst ios

1 Answer 36 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jianwei
Top achievements
Rank 1
Jianwei asked on 21 Aug 2015, 06:55 PM

We tried to close the window in lastest ios,however, the window is not close, here is an example:

 

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Kendo UI Snippet</title>

    <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.2.805/styles/kendo.common.min.css">
    <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.2.805/styles/kendo.rtl.min.css">
    <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.2.805/styles/kendo.default.min.css">
    <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.2.805/styles/kendo.dataviz.min.css">
    <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.2.805/styles/kendo.dataviz.default.min.css">
    <link rel="stylesheet" href="http://kendo.cdn.telerik.com/2015.2.805/styles/kendo.mobile.all.min.css">

    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    <script src="http://kendo.cdn.telerik.com/2015.2.805/js/kendo.all.min.js"></script>
</head>
<body>

<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({actions: ["Close"]});
var dialog = $("#dialog").data("kendoWindow");

</script>
</body>
</html>​

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 24 Aug 2015, 10:34 AM

Hello Jianwei,

 

I think that the problem is related to the following issue that we have already logged in our issue tracker:

 

https://github.com/telerik/kendo-ui-core/issues/1056

 

 

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