-
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: ion-datetime date and time pickers do not render correctly on (some) devices with maximum font size set #25964
Comments
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. |
Hi @liamdebeasi, I have created a little app that's just the ionic "blank app" with a ion-datetime component on the homepage. Thanks a lot for your help! |
Here is a dev build with a proposed fix if you are interested in testing it:
|
Hi, Tested it. It works as expected. |
Hi @liamdebeasi, Will this fix be merged into newer versions? |
Hello @liamdebeasi I can't update my apps to the latest @ionic/angular version because of this bug. Can you take a look at this again, please? |
Any reason why this has not been merged yet? |
The proposed patch regressed selection behavior, so we are unable to merge the fix in its current state. We'll need to investigate an alternative fix in the future. |
See #24780 This is a known bug. |
Yes, it is disappointing. If you can provide the CSS changes like paddings and etc within calendar dates then we can acquire more vertical spaces within the calendar. Now it has a lot of paddings in between date rows. But we cannot change that due to the shadow dom effect. |
Hey, my company is asking if there is any news ? |
Prerequisites
Ionic Framework Version
Current Behavior
Date and Time pickers do not render correctly on Samsung Galaxy S21 when the font size is set to largest.
Labels overlap and make the text unreadable.
NOTE: It only seem to affect some android phones (e.g. Galaxy S21).
Expected Behavior
Rows should not overlap. Text should be visible at any font size setting.
Steps to Reproduce
<app-explorer-container>
line<ion-datetime></ion-datetime>
npm i @capacitor/android
Run the app. A page with the current month's calendar appears.
Click on the date picker, you’ll see that the months overlap:
and
Code Reproduction URL
No response
Ionic Info
Additional Information
same as reported here: https://forum.ionicframework.com/t/ion-datetime-date-and-time-pickers-do-not-render-correctly-on-devices-with-high-accessibility-settings/225750
The text was updated successfully, but these errors were encountered: