danova123 commented on issue #402: inAppbrowser.executeScript not working in Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/402#issuecomment-455251235 Facing the same issue. It was working earlier though ``` inAppBrowserRef = cordova.InAppBrowser.open(url, target, options); inAppBrowserRef.addEventListener('loadstart', loadStartCallBack); function loadStartCallBack() { inAppBrowserRef.executeScript({ code: code },executeScriptCallBack); } function executeScriptCallBack(params){ alert("ExecuteScriptCallBack called"); ///THIS NEVER GETS CALLED } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
