NIYASSURABHI edited a comment on issue #727:
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/727#issuecomment-643182858


   > Have you tried calling it within ngZone?
   > 
   > ```js
   >   constructor(private _ngZone: NgZone [, ...]) {}
   >   
   >   [...]
   >   if (event.url.toString().includes('login/') && 
!event.url.toString().toLowerCase().includes(reg.toLowerCase())) {
   >     browser.close();
   >     this._ngZone.run(() => { this.navctrl.navigateRoot('/auth'); });
   >   }
   >   [...]
   > ```
   
   Now i tried with ngzone also. but no use. my url is not changing. it always 
showing the same url in inappbrowser even after page is changed.


----------------------------------------------------------------
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