Skip to content
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: date picker vibration issue with scroll #23584

Closed
amitkrgautm opened this issue Jul 6, 2021 · 3 comments
Closed

bug: date picker vibration issue with scroll #23584

amitkrgautm opened this issue Jul 6, 2021 · 3 comments
Labels

Comments

@amitkrgautm
Copy link

Bug Report

Ionic version:

[ ] 4.x
[ ] 5.x
[x] 6.x

Capacitor version:
"@capacitor/cli": "3.0.1"

Current behavior:
ion-datetime gives vibration in android when user trying to change day, month and year in capacitor 3.

Expected behavior:
ion-datetime should works without vibration in android when user trying to change day, month and year in capacitor 3. OR add any property to off vibration.

Steps to reproduce:
Use ion-datetime using capacitor 3 and then try to change date in android.

Related code:

<ion-label>
        <ion-datetime placeholder="23-07-2020" [(ngModel)]="dateOfBirth" display-format="DD-MM-YYYY"></ion-datetime>
</ion-label>

In Typescript:-
     dateOfBirth: string = new Date().toISOString();

Output screen:
image

Ionic info:

Ionic:

   Ionic CLI                     : 6.16.3
   Ionic Framework               : @ionic/angular 5.5.2
   @angular/cli                  : 12.0.1

Capacitor:

   Capacitor CLI   : 3.0.1
   @capacitor/core : 3.0.1

System:

   NodeJS : v14.15.4
   OS     : Andriod
@liamdebeasi
Copy link
Contributor

Thanks for the issue. I am going to merge this with our main datetime thread: #16630

@lajith111
Copy link

lajith111 commented Jul 13, 2021

@liamdebeasi is there in option to temporary we can fix in the app? please let us know?

@ionitron-bot
Copy link

ionitron-bot bot commented Aug 12, 2021

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants