A alvinmb Member Licensed User Longtime User Mar 8, 2012 #1 I have a webpage that I view using webview, and I need to get the background color of the page, for example red = an error or green = good. I need to get the color so I can play an associated sound. I can't use the URL as the web page is a redirect.
I have a webpage that I view using webview, and I need to get the background color of the page, for example red = an error or green = good. I need to get the color so I can play an associated sound. I can't use the URL as the web page is a redirect.
Erel B4X founder Staff member Licensed User Longtime User Mar 8, 2012 #2 You can use WebViewExtra to access the html elements. You will need to find the property that sets the color. Upvote 0
You can use WebViewExtra to access the html elements. You will need to find the property that sets the color.