tkau87 commented on issue #727:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/727#issuecomment-686590564


   Hi
   
   I had the exact same issue. If you navigate to your path '/login' using 
this.navctrl.navigateRoot('/login') (or nagigateByUrl as i did), the events 
'loadstop / loadstart' will not be triggered, instead try to use window.href = 
http://yourredirectionurl.com
   It worked fine for me, the url change was detected and loadstart and 
loadstop events were triggered properly after that


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to