-
Notifications
You must be signed in to change notification settings - Fork 29
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
Compatibility with Android SDK 34 #56
Comments
Any update? Im facing the same issue |
@DupuyNicolas @gustavomodena it will not be done before Capacitor 6 is released as i am not sure how Capacitor 5 is compatible with API34 |
"Note: I encountered an issue after migrating to Capacitor 6, requiring me to download the latest version of Android Studio. After making changes to the marked lines, I successfully compiled the code. In the OnSwipeTouchListener class and the 'onFling' function:
|
@andrerds thanks for this it will be helpful to know when i will do the migration when ionic will have release Capacitor6 |
Ionic has released Capacitor 6 since a few weeks now |
@andrerds @JulienLecoq @DupuyNicolas @gustavomodena Please read the Note i just published on the README file of github.com/capacitor-community/photoviewer/README.md. |
Hello, my friend. Thanks a lot for your contribution, you are fantastic, congratulations. I hope everything goes well for you and your family. Family is a priority. Thank you for everything! |
@jepiqueau Thank you for all the years of hard work you have put in for this community. |
@andrerds @shiv19 Thanks for your words, they go to my heart. @shiv19 the best if you want to contribute to the capacitor community is to talk to Mike Hartington [email protected] |
This should be fixed in #63. |
Describe the bug
The plugin won't compile when targeting Android SDK 34.
This is because of a change on the onFling method overriden by OnSwipeTouchListener
Unfortunately, this method now takes a nullable "downEvent: motionEvent", so it must be updated accordingly in the method parameters, and must be checked or asserted below.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The plugin should compile with SDK 34.
The text was updated successfully, but these errors were encountered: