I don't know html and javascript and need to start some certain function from javascript.
I've found that you can start some javascript function simply by myWebView.loadUrl("javascript:function()"); if it's within html. But I've got a bunch of htmls in my raw folder and a separate script.js file which works with all that htmls. I need to start a function from this script.js - so what do I do for that?