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

iOS native select stays active after navigating to previous screen using back button

3 Answers 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 07 Apr 2014, 12:02 AM
When running on iOS when you have a series of select inputs and you activate one having the native select widget appear on the bottom. When you hit back navigation button and the view goes backwards the native select widget stays active and on top.

This does not happen with input fields.

I am running the latest public build.

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 08 Apr 2014, 08:41 AM
Hi Eric,

This is a problem with the way Safari browser handles the select controls and Kendo UI view navigations. In order to prevent the issue you will need to manually blur the element when you navigate between the views, so its is correctly closed. In order to do, please use the following:

$(document.activeElement).blur();

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Eric
Top achievements
Rank 1
answered on 14 Apr 2014, 11:40 PM
I have been having issues getting before-hide and hide to fire on views to make this happen when a user navigates away from this view. Having no problem with show, beforeShow and init.

Any idea on how this is happening or how to debug this issue.

Tried it on the latest release and also v2013.2.716.
0
Kiril Nikolov
Telerik team
answered on 16 Apr 2014, 09:38 AM
Hi Eric,

I have tried to reproduce issue, but to no avail. Please check the following example and let me know what I missed:

http://jsbin.com/joret/1/edit

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
General Discussions
Asked by
Eric
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Eric
Top achievements
Rank 1
Share this question
or