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

Can I open a new page then automatically make focus on a input and show virtual keypad?

1 Answer 21 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jason
Top achievements
Rank 1
Jason asked on 06 Mar 2014, 08:47 AM
Can I open a new page then automatically make focus on a input and show virtual keypad?
thanks !

1 Answer, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 11 Mar 2014, 08:36 AM
Hello Jason,

What you probably need is to disable KeyboardDisplayRequiresUserAction

To do so open iOS config.xml and change that property to "false".

Here is screenshot how to do it:


Then you shall be able to do following via jQuery for example to bring the keyboard.
$(elementSelector).focus();


Regards,
Jordan
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
General Discussions
Asked by
Jason
Top achievements
Rank 1
Answers by
Jordan
Telerik team
Share this question
or