-
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: The year / month selected in the year / month picker will be reflected in the calendar with a one-month shift. #24405
Comments
Thanks for the issue. Could you create a starter app that reproduces the problem and post a link to the repo here? |
Thanks for the issue! This issue has been labeled as Please reproduce this issue in an Ionic starter application and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue. For a guide on how to create a good reproduction, see our Contributing Guide. |
|
Thanks! I'm able to replicate. It looks like the issue is that the datetime is too small, which is causing the intersection observers to fire when they shouldn't. As a workaround, you can set the datetime to a higher width -- it looks like Some other interesting things:
|
Thank you for your answer ! I have avoided this phenomenon by fixing the mode to md once. I'm looking forward to working properly with ios mode by default ! |
Thanks for the issue. Can you try the following dev build and let me know if it resolves the issue?
|
Thank you very much for contacting me. I built tatsuyasenbom/ionic-angular-sample and confirmed that Safari on iPhone iOS 15.2 improved the problem. |
Glad to hear the fix is working for you! This has been resolved via #24554, and a fix will be available in an upcoming release of Ionic Framework. |
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. |
Prerequisites
Ionic Framework Version
Current Behavior
Safari on iPhone iOS 15.1
iphone.mp4
Google Chrome on Android 12 or Windows10
android.mp4
Expected Behavior
Steps to Reproduce
Code Reproduction URL
Ionic Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: