Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28B0D18A0A for ; Mon, 18 Apr 2016 13:51:26 +0000 (UTC) Received: (qmail 60574 invoked by uid 500); 18 Apr 2016 13:51:25 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 60486 invoked by uid 500); 18 Apr 2016 13:51:25 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 60443 invoked by uid 99); 18 Apr 2016 13:51:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2016 13:51:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 84D1F2C1F5C for ; Mon, 18 Apr 2016 13:51:25 +0000 (UTC) Date: Mon, 18 Apr 2016 13:51:25 +0000 (UTC) From: "Sergey Shakhnazarov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-11077) backbutton does not minimize app MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-11077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15245686#comment-15245686 ] Sergey Shakhnazarov commented on CB-11077: ------------------------------------------ Investigated the issue and it seems to be a documentation issue for me as the default backbutton behavior can be forced by a throw in the {{backbutton}} callback: {code} document.addEventListener('backbutton', function (evt) { throw "Exit"; // This will suspend the app }, false); {code} I will send a PR documenting that. > 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 > Labels: cordova, docs, triaged, 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 windows@4.2.0 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 windows@4.1.0 to get an approved application... -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org