I am trying to find a way to or workaround of passing information from html elements inside webview to MMF.
As an example, If i load a html page into webview with is a simple image. I want to be able to click on that image and get the image URL for instance.
The viewport has a "clicked on" event, but the only expression I can see is "get clicked link".
Or even, get the element ID of the clicked element?
Any thoughts?
Andy