bug: IonInput focus delay in mobile (ios) in 5.0.7 compared to 5.0.5 when in IonContent below keyboard
See original GitHub issueBug Report
Ionic version:
[x] 5.0.7
Current behavior: The delay on focus for ios keyboard animation of IonInput is significantly longer in 5.0.7 than 5.0.5.
Expected behavior: Smooth transition on selecting inputs in mobile.
Steps to reproduce: Open this app: https://github.com/ionic-team/ionic-react-conference-app/blob/master/package.json Add this code to ScheduleView somewhere in the IonContent. Make sure the input is below where the keyboard would show on mobile so just put it at the bottom of the IonContent.
<IonInput placeholder="test"></IonInput>
Open chrome dev tools and hop into mobile view. Click on the input and watch how long it takes to focus. Should be smooth. Now, upgrade to 5.0.7 for ionic/core and ionic/react. Reload app. Check out how slow the focus is on that input.
Issue Analytics
- State:
- Created 3 years ago
- Comments:19 (8 by maintainers)
Top Results From Across the Web
bug: IonInput focus delay in mobile (ios) in 5.0.7 compared to ...
Current behavior: The delay on focus for ios keyboard animation of IonInput is significantly longer in 5.0.7 than 5.0.5. Expected behavior:
Read more >Ionic 4 – Keyboard scroll view when ion-input is focused
Hi Ionic Fans ! I'am facing a big problem with Ionic 4 and form. Sometimes, the keyboard move ion-input below navigationBar or keyboard...
Read more >Ionic 5/Angular: Laggy <ion-input> with "Added non-passive ...
There is a noticeable lag between tapping on an ion-input field and the field being available to enter data. This persists when I...
Read more >@ionic/core | Yarn - Package Manager
Ionic is an open source app development toolkit for building modern, fast, top-quality cross-platform native and Progressive Web Apps from a single codebase ......
Read more >d8218 - CSDN
5.4.0-rc.1 (2020-10-08). This version is dedicated to our upcoming Ionic Vue release. Bug Fixes. vue: correctly handle query params (#22253) (6849dd3), ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi all,
another video similar to @nncl’s that shows the difference in input focus speed between 5.0.5 and then 5.0.7 for iOS.
what I am seeing is that focusing input elements in 5.0.7 is actually much slower for “time to input” than 5.0.5 …
in the second recording below, you can see the time-to-input delay for the second field (Password) is much longer - additionally, when toggling between the fields, you can see the caret is slow to render in the second field as well.
this example is just a simple angular formgroup: https://gist.github.com/mvberg/449d09f8b40fe180b8cf2024818a7427
Good:
Bad:
Thanks for the issue. This has been resolved via https://github.com/ionic-team/ionic/pull/20987 and will be available in an upcoming release of Ionic Framework.