-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
Description
Hi!
I tried to implement your solution to safe myself a lot of time but I am running into issues with the LoginView. I get my login screen webview to come up, but when I press 'password reset' or I press the login button; the onNavigationStateChange function is never called.
the onShouldStartLoadWithRequest returns as result the following.
which will make it stop loading and return false.
Shouldn't the webview start loading when you want to navigate to the next page ? it needs to invoke a loading change because only this way onNavigationStateChange will be triggered right?
{
"data": "AADB2C90118%3a+The+user+has+forgotten+their+password.%0d%0aCorrelation+ID%3a+be2a7e6c-9fb3-4b83-bb1f-812091a78fa1%0d%0aTimestamp%3a+2020-01-07+15%3a02%3a00Z%0d%0a",
"requestType": "passwordReset",
}