You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).