UMG/WebBrowser widget does not recognize onClick call for in HTML files

In 4.16 I had an HTML being loaded into a WebBrowser widget, and I was using without problems the WidgetInteraction component to map the Motion Controllers of Oculus to clicks on the web browser. Everything was working. Now on 4.17, I notice that an HTML that has an does not work. This does not happen with other html elements as

. This is a big headache to create menus in HTML being loaded with the web widget.

At first I thought it was a security issue, so I loaded the webpage to a server, but the problem persisted. Also pages loaded from news websites don’t have their images work if clicked. So this is a problem of detecting onClick() for images.

Anybody else has a workaround or solution? It was working with 4.16 and 4.15.

.