Skip to content

inAppbrowser.executeScript not working in Android #402

@gatelli

Description

@gatelli

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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions