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
I’m building an app where I’m implementing an oauth flow via PKCE for BTP UAA. I’m using the webview to open the initial login page and then the onLocationChange event to check when I receive the code back after a successful login. This works fine on iOS. But on Android (Samsung S22) it hangs for a very long time and eventually fire. I initially thought it was an endless loop, but that doesn’t seem to be the case. I tried to use google and then after a delay to route to bing. This works fine.
So for some reason it stops firing the event on android.
Any ideas?
The text was updated successfully, but these errors were encountered:
Hi @uxkjaer, thanks for raising an issue in our repo. I don't know offhand what could be causing this issue with Android, but would suggest utilizing the debugger or outputting the values of the JS to your console log. We will need to triage which step in the process is breaking down to pinpoint the problem.
I’m building an app where I’m implementing an oauth flow via PKCE for BTP UAA. I’m using the webview to open the initial login page and then the onLocationChange event to check when I receive the code back after a successful login. This works fine on iOS. But on Android (Samsung S22) it hangs for a very long time and eventually fire. I initially thought it was an endless loop, but that doesn’t seem to be the case. I tried to use google and then after a delay to route to bing. This works fine.
So for some reason it stops firing the event on android.
Any ideas?
The text was updated successfully, but these errors were encountered: