I'm trying to do something a little tricky. I have an activity which has a webView inside. This web view is loading an external html file which has some javascript functions.
My activity is producing some reults periodically and I want to access these results in javascript functions. I thought writing output results to a file and reading in javascript side might be a solution. But I'm not sure about it.
Is there a way for doing sth like this ?
I know that we can navigate to android functions from javascript, but it is not exactly what I need.
Thanks..