[ 
https://issues.apache.org/jira/browse/CB-8466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jesse MacFadyen resolved CB-8466.
---------------------------------
    Resolution: Invalid

try writing valid js, you're mixing } and )
{code}
document.addEventListener("backbutton", 
    function (e) {
        window.alert("backbutton clicked");
    }, false);
{code}

> WP 8.1 backbutton event not fired
> ---------------------------------
>
>                 Key: CB-8466
>                 URL: https://issues.apache.org/jira/browse/CB-8466
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP8
>    Affects Versions: 3.6.3
>            Reporter: Tom Van Boghout
>            Assignee: Jesse MacFadyen
>
> document.addEventListener("backbutton", function (e) {console.log("backbutton 
> clicked"}, false};
> Instead executing the console.log it exits the app without firing the event.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to