I load an external web page and on this page is an icon. When pressed it is supposed to read with text-to-speech a portion of the text on the page. For some reason it does not work when loaded into a B4A webview but works if I load the same page in Chrome. This of course is on the same android device. The icon acknowledges my finger click as it turns the background a shade of blue but nothing happens. When working on Chrome it changes the icon to an icon with a red line through it (see below). On the webview it DOES work when pressing links on the same page. I tried adding addWebChromeClient to my code but no go. Hopefully there is an easy answer to this. If anyone would like to test the website on a webview it is "https://www.hmdb.org/". I tried it on two separate devices.