You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I do a layout change in the orientationChangedEvent method these changes are not correctly applied to the user interface, if I do not explictely call ChangeDetectorRef.detectChanges().
Expected behavior
I would expect that I do not need this.cdr.detectChanges(); in the deviceOrientationChanged method in order for layout changes to be picked up by renderer.
The text was updated successfully, but these errors were encountered:
Environment
Dependencies
Describe the bug
When I do a layout change in the orientationChangedEvent method these changes are not correctly applied to the user interface, if I do not explictely call ChangeDetectorRef.detectChanges().
To Reproduce
Expected behavior
I would expect that I do not need this.cdr.detectChanges(); in the deviceOrientationChanged method in order for layout changes to be picked up by renderer.
The text was updated successfully, but these errors were encountered: