We have built an application for mobile and desktop and in all browsers/version tested, an open KendoMobileModalView closes when the browser is resized. How can we prevent this?
The line of code in kendo.mobile.js that is the culprit is 9951: if (!that._hovered) { that.close();}
Commenting this out resolved the issue but I'm concerned about the side effects of removing this code.
The line of code in kendo.mobile.js that is the culprit is 9951: if (!that._hovered) { that.close();}
Commenting this out resolved the issue but I'm concerned about the side effects of removing this code.