Open eduardocalixtokorp opened 3 years ago
@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...
In the gif below, I show the process in angular demo.
PS: Sorry for editing it, but I can't show anything related to url/login server PS 2: I am using Identity Server to test it in this example.
@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:
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