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
Please, tell us how to recreate the issue in as much detail as possible.
It happens when you do the following:
Log in using web view;
Log out
Log in again
After the 2nd log in, the app call the this.routerExtensions.navigate('/ROUTE') but nothing happens. Based on console logs, I notice that the correct component loads, but it's not being showed in screen. I also notice that the old component (before login happened) ngOnDestroy is not being called.
I would appreciate any help, mainly because we're publishing our app as soon as possible
The text was updated successfully, but these errors were encountered:
@eduardocalixtokorp I experienced the same problem, but it only occurred on android versions < 10. Unfortunately it's not a good margin to cut android 8 and 9 yet...
@eduardocalixtokorp I experienced the same problem, but it only occurred on android versions < 10. Unfortunately it's not a good margin to cut android 8 and 9 yet...
Yes, it's the same for me. Only happens in 7, 7.1 and 8. I didn't test it in < 7 versions
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
nativescript-oauth2@3.0.5
CLI: 7.0.11
Plugin(s):
Please, tell us how to recreate the issue in as much detail as possible.
It happens when you do the following:
After the 2nd log in, the app call the
this.routerExtensions.navigate('/ROUTE')
but nothing happens. Based on console logs, I notice that the correct component loads, but it's not being showed in screen. I also notice that the old component (before login happened) ngOnDestroy is not being called.I would appreciate any help, mainly because we're publishing our app as soon as possible
The text was updated successfully, but these errors were encountered: