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
PR #3178 introduced a fix for handling MvxGridView nested scrolling but it uses an API only available on Lollipop API21 and higher.
Expected behavior
MvxGridView works on all versions of Android supported by MvvmCross.
Reproduction steps
Add a MvxGridView to your layout and run the program on KitKat or lower. You'll see an exception thrown: Java.Lang.NoSuchMethodError: no method with name='isNestedScrollingEnabled'.
Configuration
Version: 6.2.2
Platform:
📱 iOS
🤖 Android
🏁 WPF
🌎 UWP
🍎 MacOS
📺 tvOS
🐒 Xamarin.Forms
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
PR #3178 introduced a fix for handling MvxGridView nested scrolling but it uses an API only available on Lollipop API21 and higher.
Expected behavior
MvxGridView works on all versions of Android supported by MvvmCross.
Reproduction steps
Add a MvxGridView to your layout and run the program on KitKat or lower. You'll see an exception thrown: Java.Lang.NoSuchMethodError: no method with name='isNestedScrollingEnabled'.
Configuration
Version: 6.2.2
Platform:
The text was updated successfully, but these errors were encountered: