giving focus MobiOne Archive > Getting Help – General This topic has 5 replies, 5 voices, and was last updated 10 years, 4 months ago by EricRae. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 15, 2013 at 4:03 pm #334213 Reply SonamGyatoMember after transitioning to a new page, i’d like to give one INPUT element the focus – i.e. have the input keypad pop up automatically. How can I do this? January 15, 2013 at 4:19 pm #334214 Reply support-octavioMember Hi everest, Doing a quick research I found this question in stackoverflow that states this is not possible: http://stackoverflow.com/questions/6837543/show-virtual-keyboard-on-mobile-phones-in-javascript/6837575#6837575 January 15, 2013 at 6:57 pm #334222 Reply SonamGyatoMember i was able to do it. in the post transition method – after the page is built and displayed. setTimeout( function () { document.getElementById(“id”).focus(); }, 250 ); the input field is given focus and the keyboard pops open. January 15, 2013 at 10:16 pm #334229 Reply WaylandDavisMember Well done. Thanks for reporting it to all of us. January 16, 2013 at 3:08 am #334234 Reply support-michaelKeymaster Nice!!! I 2nd wildwex compliment. July 17, 2014 at 7:18 pm #350472 Reply EricRaeParticipant So… I love this hack. It works in the Mobile Sim.. but it doesn’t appear to work on either IOS or Android (anymore??). Have you guys seen the same here? Any ideas how to get this to go these days? Author Posts Viewing 6 posts - 1 through 6 (of 6 total) Reply To: giving focus You must be logged in to post in the forum log in