Angular 2 change detection on iOS devices vs desktop/android
Asked Answered
G

0

6

Are there any differences in Angular change detection between iOS mobile browsers (Safari, Chrome) and desktop/android Chrome?

I have just served my Angular application using http-server npm package (via webpack). On android device application works just fine. On Desktop as well.

But there are some problems on iOS web browsers. Data that are fetched asynchronously are not being displayed. ChangeDetectorRef nor NgZone don't change anything. Also, in several cases ?. operator does not work.

Is anyone aware of any common pitfalls with Angular on iOS?

Glamorous answered 19/4, 2017 at 14:15 Comment(2)
I am seeing the same with my app on 11.3 iOS and all works great on other devicesChromonema
same problem, when the browser tab is clicked, the detection happens.Didynamous

© 2022 - 2024 — McMap. All rights reserved.