Chrome app webview transparent background -
i trying no luck create webview transparent background.
any chance achieve that?
i have tried set style webview element style="background:transparent;", maked sure body of website loaded in webview transparent.
reading the docs can helpful. not reading docs unhelpful in cases.
allowtransparency
<webview id="foo" src="http://www.google.com/" style="width:640px; height:480px" allowtransparency="on"> </webview>if "on", transparent elements within webview shown transparent. without
allowtransparencyenabled, there no transparency within webview, if elements exist specified transparent.
Comments
Post a Comment