0down votefavorite 
<https://stackoverflow.com/questions/46609014/router-navigatebyurl-not-working-on-ios#>

I have a web app, built using Angular, that works well on:

   - Windows laptops, using Chrome or Mozilla Firefox
   - android phone, using Chrome

but does not work on the iPad (iOS 9.3.5) i'm using for testing it.

The app is here:

https://ddira.deornet.com

After a click on the blue "ipad test" button, an alert will popup and after 
the confirmation the app should show the testing page but on iPad it 
remains on the same page.

On the blue button i have:

(click)="ipad()";

On the component I have:

ipad(): void {
    alert("Going to the testing page");
    this.router.navigateByUrl('/ipad');}

Can you help me fix or understand the issue?

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to