Reputation: 45
I'm working on ionic app and currently struggling with app performance on Android. Ionic modal opening animation is slow on Android. Using chrome timeline I figured out that when modal is opening google maps are resized and re-rendered which causes lags in modal animation. I tried to hide map container before modal show and display it after hide. Animation became a bit better but not enough. Is there any way to disable angular google maps resize?
Upvotes: 0
Views: 272