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

  • Home
  • SEARCH
  • 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 9215519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T02:13:19+00:00 2026-06-18T02:13:19+00:00

See this sample in android 2.x browser..its a sample to replicate a scenario in

  • 0

See this sample in android 2.x browser..its a sample to replicate a scenario in my application..

http://johnchacko.net/samples/tap.html

Its about listening to ‘tap’ and calling changePage from listener…

The second page is having some input fields, ‘tap’ event is bubbling/propagating to second page and focus is randomly set to input fields…

I read similar issues and want to know anybody experienced same issue and got a workaround for it….

Or I must use only ‘click’ ?

  • 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-06-18T02:13:20+00:00Added an answer on June 18, 2026 at 2:13 am

    It can be fixed in few ways:

    1. On tap/click event use this methods before you call changePage:

      e.stopPropagation();
      e.stopImmediatePropagation();
      

      or:

      $(document).on('tap', '#button', function(){       
          e.stopPropagation();
          e.stopImmediatePropagation();
          // Rest of the code
      });
      
    2. Initialy disable all input boxes on a second page, on a pageshow event use settimeout function and enable them after cca 10 ms

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

Sidebar

Related Questions

I see code like this in Android samples all the time? try { ...
Regarding Android >= 2.0.1. This speaks for Application type of project: The provided sample
In facebook tutorials I see this sample code: @Override public void onActivityResult(int requestCode, int
in this question I posted you can see the originating code sample for this
Following this tutorial: http://www.vogella.de/articles/AndroidServices/article.html#receiver I created my own project. Manifest: <?xml version=1.0 encoding=utf-8?> <manifest
I have been trying to run the sample code available at http://samples.google-api-java-client.googlecode.com/hg/tasks-android-sample/instructions.html I have
I am using some code for a coverflow from the website, http://www.inter-fuser.com/2010/01/android-coverflow-widget.html this coverflow
The tutoriel in question is http://developer.android.com/resources/tutorials/views/hello-gridview.html The Tutorial asks that you 1- Create a
I am trying to contact an API from Android I have found this sample
I've visited :http://code.google.com/p/googletv-android-samples/source/browse/, the LeftNavBarLibrary is right there in front of me , how

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.