Unplanned
Last Updated: 30 Jan 2019 09:31 by ADMIN
WiseConn
Created on: 30 Jan 2019 09:26
Category: Chart
Type: Bug Report
0
Chart: [iOS] Page with Charts makes ScrollView to freeze when Navigation.PushAsync method with animation is used

When navigate to page with ScrollView and charts through PushAsync method and its animation option is true, the ScrollView freezes.

Navigation.PushAsync (new ChartsPage (), true); // ScrollView freezes

Workaround:

Navigation.PushModalAsync (new ChartsPage (), true); // ScrollView does not freeze
Navigation.PushAsync (new ChartsPage ()); // ScrollView does not freeze


0 comments