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 0033B10897 for ; Mon, 28 Dec 2015 10:07:50 +0000 (UTC) Received: (qmail 56860 invoked by uid 500); 28 Dec 2015 10:07:49 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 56823 invoked by uid 500); 28 Dec 2015 10:07:49 -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 56794 invoked by uid 99); 28 Dec 2015 10:07:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Dec 2015 10:07:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9DA742C1F54 for ; Mon, 28 Dec 2015 10:07:49 +0000 (UTC) Date: Mon, 28 Dec 2015 10:07:49 +0000 (UTC) From: "Vladimir Kotikov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-9513) Status bar show/hide have no response in Fullsrceen 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-9513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Kotikov updated CB-9513: --------------------------------- Affects Version/s: (was: 4.1.0) > Status bar show/hide have no response in Fullsrceen > --------------------------------------------------- > > Key: CB-9513 > URL: https://issues.apache.org/jira/browse/CB-9513 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Statusbar > Environment: Test Device: Google nexus5 > Cordova CLI 5.2 > Reporter: lijingjing > Labels: Android > > Test Steps: > 1.cordova create statusbar com.example.statusbar statusbar > 2.cordova platform add android > 3.config.xml-----add: > {code} > > > {code} > 4.replace index.html: > {code} > > \n

>

Click "Status Bar Show" button to show status bar:

>

>

Click "Status Bar Hide" button to hide status bar:

> > {code} > 5. cordova plugin add cordova-plugin-statusbar. > 6. cordova build android. > 7.Then install statusbar.apk on the test device. > 8.click "status Bar show/hide" button. > Expected Outcome: > Status Bar can show or hide. > Actual Outcome: > have no response. > Issue Analysis: > this issue only happen on Cordova Android 4.1 and Cordova CLI 5.2.If use Cordova CLI 5.1,apk can run successfully. > error log: > {code} > V/StatusBar( 4028): Executing action: show > D/audio_hw_primary( 184): select_devices: out_snd_device(2: speaker) in_snd_device(0: ) > W/InputMethodManagerService( 753): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@432d6328 attribute=null, token = android.os.BinderProxy@42f61a70 > {code} -- 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