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

Beat edited comment on CB-11077 at 4/14/16 9:57 AM:
----------------------------------------------------

mhh..I know downgrading is not the best solution, but I needed a fast 
approvement. While on debugging I run into the function block below. I tried 
both, but nothing happens....

{code:javascript}
    WinJS.Application.addEventListener( "backclick", onBackButton, false );
    
    function onBackButton() {
        return false;
    }
{code}


was (Author: beat.grabe):
mhh..I know downgrading is not the best solution, but I needed a fast 
approvement. While on debugging I run into the function block below. I tried 
both, but nothing happens....

{code:javascript}
    WinJS.Application.addEventListener( "backclick", onBackButton, false );
    
    function onBackButton() {
        return true;
        // return false;
    }
{code}

> backbutton does not minimize app
> --------------------------------
>
>                 Key: CB-11077
>                 URL: https://issues.apache.org/jira/browse/CB-11077
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Windows
>    Affects Versions: 4.3.0, 4.3.2
>            Reporter: Beat
>            Priority: Blocker
>              Labels: cordova, universal, window, windows-phone, 
> windows-phone-81, windows-universal
>
> I was always wondering why backbutton handling was not well supported on 
> windows-phone platform until [email protected] was released with backbutton 
> support [CB-8481|https://issues.apache.org/jira/browse/CB-8481].
> But currently this fix became a real problem for me since I tried to release 
> a new version of my application to the windows store. My application was not 
> approved by ms team, because it was not suspended when there is no history. 
> So I had to downgrade to [email protected] to get an approved application...



--
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