问题 I am working on a webview that calls a url from webserver, such that url = abc.com/thispage which is a http: link Now inside that this page, i am navigating futher to another page ,say "mainpage", i would like to import a local js file which I have written such that: steps: 1) I import the myjspage.js file to the project (done in assets ) 2) Append "_$page_on=1" parameter to the requested url. 3) Read data from myjspage.js file and inject into webcontrol after page is loaded. 4) Intercept url