cordova in app browser plugin provides an api to communicate with main app - ``` webkit.messageHandlers.cordova_iab.postMessage(stringifiedMessageObj) ``` this makes things simple and easier. Can we have something like this ?