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
I recently figured out a current bug of the latest version of the ios runtime (8.2.3).
When i'm using ListView in my page B and that I have a back button doing this.$navigateBack() to go back to page A. If I'm doing the navigation multiple time A => B => A => B. The app will crash. If i'm not doing this.$navigateBack but instead just do forward navigation with clearHistory, it doesn't crash. The crash occurs only in release mode.
Using RadListView works, only ListView is affected.
I attached the crashlog coming from the TestFlight
Hello there,
I recently figured out a current bug of the latest version of the ios runtime (8.2.3).
When i'm using
ListView
in my page B and that I have a back button doingthis.$navigateBack()
to go back to page A. If I'm doing the navigation multiple time A => B => A => B. The app will crash. If i'm not doingthis.$navigateBack
but instead just do forward navigation with clearHistory, it doesn't crash. The crash occurs only in release mode.Using RadListView works, only ListView is affected.
I attached the crashlog coming from the TestFlight
crashlog.txt
The text was updated successfully, but these errors were encountered: