-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: Menu Drag-Gestures bugs since [email protected] #21876
Comments
Thanks for the issue! This issue has been labeled as Please provide a reproduction with the minimum amount of code required to reproduce the issue. Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. For a guide on how to create a good reproduction, see our Contributing Guide. |
Hey @liamdebeasi 😊 Additional Info: I don't use |
Does this issue happen when using an official version of cordova-ios? If this is only happening using a fork, it likely is not a bug in Ionic Framework. |
It happens if i use the Fork, BUT the only Change to |
What version of iOS are you testing this on? |
13.6 iPhone 11 Pro |
Thanks! I can reproduce this on Cordova, but not on Capacitor. Seems to be a bug in Cordova, but I will keep digging. |
The issue appeared after this PR (apache/cordova-ios#790) in [email protected]. For now, I recommend sticking with [email protected] or using Capacitor. |
Capacitor is sadly not possible, because the main part of out app is Google Maps. Also I'm using |
I was able to reproduce this issue in stable versions of cordova-ios 6.0.0 and 6.1.0 (but not 5.1.1). I cloned (Also, the Google Maps developer is working on a Capacitor plugin mapsplugin/cordova-plugin-googlemaps#2781 😄 ) |
Okay i will open a Issue in Cordova-Ios for the Moment 😊 Thank you! |
I further isolated the issue. It looks there is some kind of performance problem with Cordova when managing Web Animations. I will create a reproduction and add a follow up to your issue. Once I do that I will close this issue out. Thanks! |
Hmm it looks like I was using some cached dependencies when I did my original test. I can reproduce this issue on [email protected] and on your fork, but not on [email protected]. I am not entirely sure why this bug is happening -- it looks like a performance issue from my end. I recommend sticking with stable versions of cordova for now. If the issue appears in a stable release of cordova-ios, we can take another look. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic version:
[ ] 4.x
[x] 5.x
Current behavior:
I just upgraded my App from cordova-ios
5.1.1
to6.1.0
. Now the Menu bugs while drag gesture. See the attached Video: https://www.dropbox.com/s/r4kvp9vsz6vfu7v/Ionic%20Bug.MP4?dl=0Expected behavior:
Not to bug while dragging 😃
Ionic info:
The text was updated successfully, but these errors were encountered: