Hi, you can't. BrowserComponent is by definition opaque.You can set the background within the HTML you place in the browser component.
On Thursday, January 14, 2021 at 3:38:29 AM UTC+2 [email protected] wrote: > Hi, > How to set transparent background to my BrowserComponent? > I tried to Transparent UIID but it does not work! > My code : > BrowserComponent _brow = new BrowserComponent(); > _brow.setURL("http://xxxxxx/yyyyyy/?token="+pToken); > _brow.setUIID("Container"); //Its transparent > pGraphCnt.add(_brow); > Kind regards, > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/f0668b36-316f-41ac-8dea-71088df33ca2n%40googlegroups.com.
