Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7499707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:54:57+00:00 2026-05-29T19:54:57+00:00

Can anyone please help me by solving problem in my application.I have three input

  • 0

Before keypad shift to next input
after calling focus() or select() keypad disappears.

Can anyone please help me by solving problem in my application.I have three input tags of type text and I need to shift the cursor point from one input tag to other.I used focus() but not working.keypad is dismissing.I need to show the keypad automatically after shifted to second or third input tags.

<span style="font-size:25px;
                ">(</span><input type="tel" value="" id="mobile_num1" name="mobile_num1" placeholder="Mobile Phone Number" alt="" title="Mobile Phone Number"  class="input-box_one-phone" maxlength=3 onkeypress="return checknum(this)" /><span style="font-size:25px;
                    ">)&nbsp;</span><input type="tel" value="" id="mobile_num2" name="mobile_num2" placeholder="Mobile Phone Number" alt="" title="Mobile Phone Number"  class="input-box_one-phone" onkeypress="return checknum(this)" maxlength=3/><span style="font-size:25px;
                    "  >&nbsp;-&nbsp;</span><input type="tel" value="" id="mobile_num3" name="mobile_num3" placeholder="Mobile Phone Number" alt="" title="Mobile Phone Number"  class="input-box_one-phone"  maxlength=4 />
<script>
function checknum(currObj){


        if(window.event.keyCode != 8 ){
            if(window.event.keyCode > 48 && window.event.keyCode < 59) {

                if(currObj.value.length == 3){
                    var dd =    $(currObj).next();
                    if($(dd).html()){
                        dd = $(dd).next();
                    }
                    $(dd).val(String.fromCharCode(window.event.keyCode));
                    $(dd).focus();
                    return false;

                }


            }
        }    
            return true;

    }
</script>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T19:54:59+00:00Added an answer on May 29, 2026 at 7:54 pm

    This is not possible using webview.We should take the custom viewController integrated class and design it and code it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can we add image together with text in a picker view? Anyone please help!
Can anyone help me spot the problem on this PLEASE? I'm eternally grateful for
Can anyone please help me with this? I have a Windows 2008 server and
can anyone please help me with this query. I have a CSV file which
Can anyone please help me with compiling servlet? Do I have to include path
Can anyone please help in finding the solution of the above question I have
Can anyone please help me to identify the exact are of problem. Is it
Can anyone please help me? I need to remove the first character from a
Can anyone please help me? Say if I had this text or a smaller
Can anyone please help me with the Algorithm for this problem (its an Interview

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.