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

jquery mobile framework on page load show softkeyboard

2 Answers 67 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
vinitha
Top achievements
Rank 1
vinitha asked on 17 Jul 2013, 04:01 AM
I have a index.html page..The contents in it are 2 textboxes username and password..what I need is on page load itself get the focus on to the first textbox and show softkeybaord...I need it in jquery mobile..also would like to know how it is done for kendo as well..

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 24 Jul 2013, 03:04 PM
Hi Vinitha,

For iOS you need to set the KeyboardDisplayRequiresUserAction property to false, so you can open the keyboard when form elements get focus via the JavaScript focus() call. You can edit the iOS config.xml
from the code editor, for more information, see Edit Configuration Files.
On Android, you can try the various modes of windowSoftInputMode and see which best fits your scenario. You can edit the AndroidManifest.xml from the code editor, for more information, see Edit Configuration Files.

For Kendo UI it depends on the widget you use, but most of them have a focus method as well, e.g. the numerictextbox.

Regards,
Steve
Telerik

Do you enjoy Icenium? Vote for it as your favorite new product here (use short code H048S).
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
neeraj
Top achievements
Rank 1
answered on 01 Oct 2013, 11:18 AM
Its really work .thanks 
Tags
General Discussion
Asked by
vinitha
Top achievements
Rank 1
Answers by
Steve
Telerik team
neeraj
Top achievements
Rank 1
Share this question
or