You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Pablo Sola (JIRA)" <ji...@apache.org> on 2013/04/10 19:28:16 UTC

[jira] [Commented] (CB-3011) Click event fired more than once on Android 4.2.2

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

Pablo Sola commented on CB-3011:
--------------------------------

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