You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Lisa Seacat DeLuca (JIRA)" <ji...@apache.org> on 2014/05/13 17:55:14 UTC

[jira] [Updated] (CB-6681) Android webview should use RelativeLayout

     [ 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)