gatelli opened a new issue #402: inAppbrowser.executeScript not working in 
Android
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/402
 
 
   Hi,
   I need to use executeScript like :
   `inAppRef.addEventListener('loadstop', function() {
   inApp.executeScript({
                       code: 
"document.getElementsByTagName('html')[0].innerHTML"
                     }, function(html) {
   // my code using html
   }
   }`
   This is working well with iOS but not with Android. The loadstop is 
triggered but not the function(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]

Reply via email to