Skip to content

Is there a JavaScript restriction on iOS? #75

@paulo-rocha-cade

Description

@paulo-rocha-cade

Is there a JavaScript restriction on iOS?

I’m using openInWebView to monitor URL changes with a listener for login in an Ionic app.
On Android, it works perfectly.

On iOS, the external login page opens correctly. However, this page has a field to enter the username and a “next” button. When advancing, it likely runs some JavaScript to move to the password step without changing the page URL. The transition from the username interface to the password interface doesn’t happen on iOS. On Android, the navigation works normally.

Could there be some kind of JavaScript blocking on iOS?
Do I need to add any specific permission for iOS?

Please see the attached image showing that the login interface loads correctly, but clicking the button does not proceed to the password step.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions