[ 
https://issues.apache.org/jira/browse/CB-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628011#comment-13628011
 ] 

Pablo Sola edited comment on CB-3011 at 4/10/13 5:29 PM:
---------------------------------------------------------

i think you can solve it by this way:

{code}
$("#btnInitRecoveryPwd").click(function(e){
    e.preventDefault();
    e.stopImmediatePropagation();
    
//do whatever you want
        
    return false;
    });

{code}
                
      was (Author: p4bl0s0l):
    i think you can solve it by this way:

$("#btnInitRecoveryPwd").click(function(e){
    e.preventDefault();
    e.stopImmediatePropagation();
    
//do whatever you want
        
    return false;
    });
                  
> Click event fired more than once on Android 4.2.2
> -------------------------------------------------
>
>                 Key: CB-3011
>                 URL: https://issues.apache.org/jira/browse/CB-3011
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>            Reporter: Clotilde Hebert
>            Assignee: Joe Bowser
>
> On Android 4.2.2 (Galaxy Nexus, LG Nexus4, Azus Nexus 7), the click events 
> are fired more than once (twice in my case). 
> For example, my click event show an alert, but this alert appears two times. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to