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 AE4C5200BF3 for ; Thu, 5 Jan 2017 19:59:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AD05B160B33; Thu, 5 Jan 2017 18:59:00 +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 0B938160B47 for ; Thu, 5 Jan 2017 19:58:59 +0100 (CET) Received: (qmail 12458 invoked by uid 500); 5 Jan 2017 18:58:59 -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 12346 invoked by uid 99); 5 Jan 2017 18:58:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2017 18:58:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0E9E92C1F56 for ; Thu, 5 Jan 2017 18:58:59 +0000 (UTC) Date: Thu, 5 Jan 2017 18:58:59 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12320) Support using navigation bar in iOS instead of toolbar MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 05 Jan 2017 18:59:00 -0000 [ https://issues.apache.org/jira/browse/CB-12320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15802197#comment-15802197 ] ASF GitHub Bot commented on CB-12320: ------------------------------------- GitHub user spongessuck opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/206 CB-12320: (iOS) WIP Add support for navigation bar ### Platforms affected iOS ### What does this PR do? - Adds support for using the iOS navigation bar as an alternative to a top-positioned toolbar. This makes the toolbar look much more native. When `navigationbar=yes` is set, it puts the toolbar buttons in the navigation bar and hides the toolbar. - Allows for the navigation buttons to be hidden using `navigationbuttons=no`. - Allows for adding a title to the navigation bar using `navigationbartitle`. ### What testing has been done on this change? Tested to make sure the new options are respected. I'm not sure what kind of automated tests might be required/have to be changed. ### Checklist - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. - [ ] Added automated test coverage as appropriate for this change. ### Issues - Location bar doesn't appear correctly when `toolbarposition=top` is set. You can merge this pull request into a Git repository by running: $ git pull https://github.com/spongessuck/cordova-plugin-inappbrowser master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-inappbrowser/pull/206.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #206 ---- commit 429402406298d772e01e9e959cbcb2d9d0b21fbf Author: Gregory McGee Date: 2017-01-05T18:52:12Z CB-12320: (iOS) Add support for navigation bar ---- > Support using navigation bar in iOS instead of toolbar > ------------------------------------------------------ > > Key: CB-12320 > URL: https://issues.apache.org/jira/browse/CB-12320 > Project: Apache Cordova > Issue Type: New Feature > Components: Plugin InAppBrowser > Environment: iOS > Reporter: Greg McGee > Priority: Minor > Labels: ui > > This would allow the 'toolbar' to have a more native look in iOS when it's positioned on top. It would also avoid having to add padding and an extra view on the top of the toolbar to make room for the status bar, which looks strange when using 'presentationstyle=pagesheet', and it would allow for easily adding a title. -- 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