Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MvxGridView throws NoSuchMethodError on Android versions earlier than Lollipop #3284

Closed
1 of 7 tasks
tbalcom opened this issue Feb 12, 2019 · 0 comments · Fixed by #3285
Closed
1 of 7 tasks

MvxGridView throws NoSuchMethodError on Android versions earlier than Lollipop #3284

tbalcom opened this issue Feb 12, 2019 · 0 comments · Fixed by #3285
Labels
p/android Android platform t/bug Bug type
Milestone

Comments

@tbalcom
Copy link
Contributor

tbalcom commented Feb 12, 2019

🐛 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:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms
@martijn00 martijn00 added this to the 6.2.3 milestone Feb 12, 2019
@Cheesebaron Cheesebaron added t/bug Bug type p/android Android platform labels Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/android Android platform t/bug Bug type
Development

Successfully merging a pull request may close this issue.

3 participants