Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E4CD9200C34 for ; Mon, 27 Feb 2017 10:18:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E3643160B6C; Mon, 27 Feb 2017 09:18:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2EAB4160B60 for ; Mon, 27 Feb 2017 10:18:59 +0100 (CET) Received: (qmail 58965 invoked by uid 500); 27 Feb 2017 09:18:58 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 58954 invoked by uid 99); 27 Feb 2017 09:18:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 09:18:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E3B7CDFCA1; Mon, 27 Feb 2017 09:18:57 +0000 (UTC) From: Lazza To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-plugin-statusbar pull request #77: CB-10879: (android) Enable overla... Content-Type: text/plain Message-Id: <20170227091857.E3B7CDFCA1@git1-us-west.apache.org> Date: Mon, 27 Feb 2017 09:18:57 +0000 (UTC) archived-at: Mon, 27 Feb 2017 09:19:00 -0000 Github user Lazza commented on a diff in the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/77#discussion_r103162781 --- Diff: src/android/StatusBar.java --- @@ -142,6 +142,23 @@ public void run() { return true; } + if ("overlaysWebView".equals(action)) { --- End diff -- I am not sure what you mean here. The method has the same name of the equivalent one already existing for the iOS plug-in. Calling the method from JS works fine and has been tested on multiple Android versions. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org