4 Answers, 1 is accepted
0
Accepted
Hello Ralph,
I am afraid that your question is not directly related to KendoUI, but to general mobile development knowledge. I believe that this stackoverflow thread might help you.
Kind regards,
Alexander Valchev
the Telerik team
I am afraid that your question is not directly related to KendoUI, but to general mobile development knowledge. I believe that this stackoverflow thread might help you.
Kind regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Ralph
Top achievements
Rank 1
answered on 27 Mar 2013, 08:00 AM
Hi,
After reading the link, I used the following method to obtain the focus.
I use the onclick property instead of data-click property to call my original function, which calls the focus() method of the textarea and makes the keyboard kept focused.
Thanks.
BR,
Ralph
After reading the link, I used the following method to obtain the focus.
I use the onclick property instead of data-click property to call my original function, which calls the focus() method of the textarea and makes the keyboard kept focused.
Thanks.
BR,
Ralph
0

Ralph
Top achievements
Rank 1
answered on 27 May 2013, 04:25 AM
Hi,
I found that my hack on iOS got some problem.
When user tap on the button, the keyboard does hide, and at the same time the function does not trigger! Only by tapping on the button again the function triggers and the keyboard is shown again.
I tried to use the property of data-click again but the keyboard is not focused anymore. Do we have any hacks on Kendo UI mobile for such kind of functional needs?
I found that my hack on iOS got some problem.
When user tap on the button, the keyboard does hide, and at the same time the function does not trigger! Only by tapping on the button again the function triggers and the keyboard is shown again.
I tried to use the property of data-click again but the keyboard is not focused anymore. Do we have any hacks on Kendo UI mobile for such kind of functional needs?
0
Hi Ralph,
Petyo
Telerik
If I understand you correctly, you may consider experimenting with delaying the execution of the code using setTimeout with a certain delay.
Regards,Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!