thecowan / wallpanel-android

WallPanel is an Android application for Web Based Dashboards and Home Automation Platforms
https://wallpanel.app
Apache License 2.0
750 stars 103 forks source link

[BUG] Transparency not handeled correctly #294

Open akrea opened 3 years ago

akrea commented 3 years ago

Describe the bug System setup:

Bug: Since the last update of wallpaper the transparency-setting ist not handeled properly. The background remains white. Although everything else on the site is dark.

To Reproduce Use an iframe in Grafana and set it to transparency.

Theory to occurring bug I think a dark mode of the wallpanel itself (not just settings UI) would solve the problem. The recent upgrade to Grafana 8 may brought changes to CSS-handling which may have an influence on this issue.

Smartphone (please complete the following information):

thanksmister commented 3 years ago

But WallPanel does nothing with the webpage CSS or code. WallPanel has it's own dark mode, not sure if this is changing the default background of WebView component, but I think its' up to your webpage to handle background color.