I'm working on an application that through an HTTP Request returns me the source code of a web page (in aspx format) as html string.
I've a problem.
In this page i've a table with above 3 button with href like this:
<a href="javascript:some_function()"></a>
that modify the table values.
I don't intend to use a WebView.
I need to open that link.
Is there any way to call that function in href to update my table values?