pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 434 forks source link

chromeview.setBackgroundColor(Color.Transparent) doesn't work #45

Open pkwiecien opened 10 years ago

pkwiecien commented 10 years ago

Hi all, I integrated chromeview in my project and I would like to load a website with transparent background. In standard webview I'm setting background to transparent simply by that: webview.setBackgroundColor(Color.TRANSPARENT). However, when I do the same with chromeview, I get a white non-transparent background. Any experience how to solve this issues?

Thank you, Pawel