Describe the bug
It seems like web_app_set_background_color works incorrectly on Android. In case, you call this method, visually, nothing happens. But if you close this Web App and open again, you will see set color unless application is loaded.
Firstly, set color should probably be dropped when application was closed. Secondly, could we make WebView background transparent to make it work as expected? I mean, we would like HTML body to be transparent to see previously specified color, is it possible?
Describe the bug It seems like
web_app_set_background_color
works incorrectly on Android. In case, you call this method, visually, nothing happens. But if you close this Web App and open again, you will see set color unless application is loaded.Firstly, set color should probably be dropped when application was closed. Secondly, could we make WebView background transparent to make it work as expected? I mean, we would like HTML
body
to be transparent to see previously specified color, is it possible?To Reproduce Steps to reproduce the behavior:
body
has no color specifiedExpected behavior Background color is being set with color specified in method. Specified color is dropped when application was closed.