-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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.
