danova123 commented on issue #402: inAppbrowser.executeScript not working in Android URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/402#issuecomment-460893677 @ianhowe76 Unfortunately its not working for me too. Steps: `cordova plugin add https://github.com/ianhowe76/cordova-plugin-inappbrowser.git` then `inAppRef.addEventListener('loadstop', function() { inApp.executeScript({ code: "document.getElementsByTagName('html')[0].innerHTML" }, function(html) { // my code using html } } `
---------------------------------------------------------------- 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]
