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 E804711562 for ; Tue, 13 May 2014 15:55:14 +0000 (UTC) Received: (qmail 40129 invoked by uid 500); 13 May 2014 15:55:14 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 40102 invoked by uid 500); 13 May 2014 15:55:14 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 40093 invoked by uid 99); 13 May 2014 15:55:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 15:55:14 +0000 Date: Tue, 13 May 2014 15:55:14 +0000 (UTC) From: "Lisa Seacat DeLuca (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-6681) Android webview should use RelativeLayout 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-6681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lisa Seacat DeLuca updated CB-6681: ----------------------------------- Description: This request is to change the Android webview element to use RelativeLayout instead of LinearLayout. Many users are starting to mix native and hybrid controls. Linear Layout does NOT allow the ability to put a native control "on top" of a web view, only before and/or after. In order to layer components we need the webview to be defined as a relative layout. An extended idea would be to allow a developer to choose which layout option they might wish to use as a configuration step. perhaps in the config.xml file. was:This request is to change the Android webview element to use RelativeLayout instead of LinearLayout. Many users are starting to mix native and hybrid controls. Linear Layout does NOT allow the ability to put a native control "on top" of a web view, only before and/or after. In order to layer components we need the webview to be defined as a relative layout. > Android webview should use RelativeLayout > ----------------------------------------- > > Key: CB-6681 > URL: https://issues.apache.org/jira/browse/CB-6681 > Project: Apache Cordova > Issue Type: Improvement > Components: Android > Affects Versions: 3.5.0 > Environment: android > Reporter: Lisa Seacat DeLuca > > This request is to change the Android webview element to use RelativeLayout instead of LinearLayout. Many users are starting to mix native and hybrid controls. Linear Layout does NOT allow the ability to put a native control "on top" of a web view, only before and/or after. In order to layer components we need the webview to be defined as a relative layout. > An extended idea would be to allow a developer to choose which layout option they might wish to use as a configuration step. perhaps in the config.xml file. -- This message was sent by Atlassian JIRA (v6.2#6252)