You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'tried to get the webview transparent (did a html body with background-color: rgba(0,0,0,0); and still got a white color background.
The idea is to mix a chromium webiview with others layouts below it to get an hybrid html/java application.
I tried to set the SurfaceView transparent mSurfaceView.getHolder().setFormat(PixelFormat.TRANSLUCENT); and changed its backgroundColor to Color.TRANSPARENT in ContentViewRenderView class, but still got a blank background and my web site.
Is there a way to get the background transparent ?
Thx.
The text was updated successfully, but these errors were encountered:
I'tried to get the webview transparent (did a html body with
background-color: rgba(0,0,0,0); and still got a white color background.
The idea is to mix a chromium webiview with others layouts below it to get
an hybrid html/java application.
I tried to set the SurfaceView transparent
mSurfaceView.getHolder().setFormat(PixelFormat.TRANSLUCENT); and changed
its backgroundColor to Color.TRANSPARENT in ContentViewRenderView class,
but still got a blank background and my web site.
Is there a way to get the background transparent ?
Thx.
—
Reply to this email directly or view it on GitHub #22.
Hello,
I'tried to get the webview transparent (did a html body with background-color: rgba(0,0,0,0); and still got a white color background.
The idea is to mix a chromium webiview with others layouts below it to get an hybrid html/java application.
I tried to set the SurfaceView transparent mSurfaceView.getHolder().setFormat(PixelFormat.TRANSLUCENT); and changed its backgroundColor to Color.TRANSPARENT in ContentViewRenderView class, but still got a blank background and my web site.
Is there a way to get the background transparent ?
Thx.
The text was updated successfully, but these errors were encountered: