Inject code in inApp browser and get it's return value in the app
问题 I am writing a phonegap app, that's starting a web app inside an inAppBrowser. I would like to get certain feedback from this web app to use it further in my phonegap app. So the user starts the web app, does some things there and upon clicking a button, the web app returns a value to the phonegap app. I thought I could use the executeScript method of the inAppBrowser to inject a function, that would be called inside the web app using some event, and when that function is called, evaluate its