[
https://issues.apache.org/jira/browse/CB-7159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14068071#comment-14068071
]
ASF GitHub Bot commented on CB-7159:
------------------------------------
GitHub user VVelda opened a pull request:
https://github.com/apache/cordova-android/pull/109
CB-7159: Set background color also to webView
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/VVelda/cordova-android patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/109.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 #109
----
commit 8f9d86665464a0c48177e768626a841b67ddf8f5
Author: Jan Velecký <[email protected]>
Date: 2014-07-20T23:04:52Z
CB-7159: Set background color also to webView
----
> BackgroundColor not used when <html style="opacity:0>, nor during screen
> rotation.
> ----------------------------------------------------------------------------------
>
> Key: CB-7159
> URL: https://issues.apache.org/jira/browse/CB-7159
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Reporter: Andrew Grieve
> Assignee: Andrew Grieve
> Priority: Minor
>
> As reported on SO:
> http://stackoverflow.com/questions/24601226/change-background-color-of-app-visible-during-resizing-webview-due-to-device-ori
> The `<html style="opacity:0>` is a result of my own testing.
> This is fixed (I believe) by setting the Android View background color on the
> WebView object as well as its parents.
--
This message was sent by Atlassian JIRA
(v6.2#6252)