A AlfaizDev Well-Known Member Licensed User May 29, 2022 #1 Welcome I have tried many solutions There is no use I want to make the background transparent See the example Thanks Attachments Project.zip 8.7 KB · Views: 148
Welcome I have tried many solutions There is no use I want to make the background transparent See the example Thanks
Solution A A AlfaizDev May 30, 2022 I suffer and look a lot at some codes. And I may not find the answer unless I put the question in the forum https://stackoverflow.com/questions/27211561/transparent-background-wkwebview-nsview myWebView.opaque = false B4X: Dim WebViewTransparent As NativeObject = WebView1 WebViewTransparent.SetField("opaque", False) WebView1.Color=Colors.Transparent
I suffer and look a lot at some codes. And I may not find the answer unless I put the question in the forum https://stackoverflow.com/questions/27211561/transparent-background-wkwebview-nsview myWebView.opaque = false B4X: Dim WebViewTransparent As NativeObject = WebView1 WebViewTransparent.SetField("opaque", False) WebView1.Color=Colors.Transparent
A AlfaizDev Well-Known Member Licensed User May 30, 2022 #2 I suffer and look a lot at some codes. And I may not find the answer unless I put the question in the forum https://stackoverflow.com/questions/27211561/transparent-background-wkwebview-nsview myWebView.opaque = false B4X: Dim WebViewTransparent As NativeObject = WebView1 WebViewTransparent.SetField("opaque", False) WebView1.Color=Colors.Transparent Last edited: May 30, 2022 Upvote 1 Solution
I suffer and look a lot at some codes. And I may not find the answer unless I put the question in the forum https://stackoverflow.com/questions/27211561/transparent-background-wkwebview-nsview myWebView.opaque = false B4X: Dim WebViewTransparent As NativeObject = WebView1 WebViewTransparent.SetField("opaque", False) WebView1.Color=Colors.Transparent