-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug: ion-datetime wheel roll autmaticaly on some androids #29752
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
Comments
Hello @Majstr in your application have you increased the font size of the datetime? I would suspect based on the recorded video and the clipping of items that either:
may resolve or avoid the issue of the scroll listener being triggered and it automatically scrolling to the next snappable option. |
@sean-perkins What is the easier fix for us? To put fixed font size on options? |
I fixed it for not to set zoom on the app to 100%. I thinks this is temporally solution. Popup should properly expand with font size. |
Any workaround for this? |
Any update on a fix for this issue? |
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
In our application we used datetime input in wheel option. Our users are reporting that wheel is just moving by itself. So far we know it appears on some Samsung (Galaxy S21 FE 5G, Galaxy note 8) and Honour phones. We still don't have device to recreate bug. But we have a video of a problem.
4570585878989512385messenger_creation_9962fc1e-1db0-4ed1-a30b-9de54ada91be.mp4
Here is the code we use:
Expected Behavior
User could choose a date without wheel of days, months and years moving by itself.
Steps to Reproduce
Add dateime input in form and open on specific device.
Code Reproduction URL
4570585878989512385messenger_creation_9962fc1e-1db0-4ed1-a30b-9de54ada91be.mp4
Ionic Info
Ionic:
Ionic CLI : 7.2.0 (C:\Users\Klavdij\AppData\Roaming\nvm\v20.10.0\node_modules@ionic\cli)
Ionic Framework : @ionic/angular 8.2.5
@angular-devkit/build-angular : 18.0.4
@angular-devkit/schematics : 18.0.4
@angular/cli : 18.0.4
@ionic/angular-toolkit : 11.0.1
Capacitor:
Capacitor CLI : 6.1.0
@capacitor/android : 6.1.0
@capacitor/core : 6.1.0
@capacitor/ios : 6.1.0
Cordova:
Cordova CLI : 12.0.0 (cordova-lib@12.0.1)
Cordova Platforms : not available
Cordova Plugins : not available
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v20.10.0 (C:\Program Files\nodejs\node.exe)
npm : 10.8.1
OS : Windows 10
Additional Information
No response
The text was updated successfully, but these errors were encountered: