ionic-framework: Input Cursor Bugs When Scrolling

Ionic version: (check one with “x”) (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1) [ ] 2.x [x] 3.x [ ] 4.x

I’m submitting a … (check one with “x”) [x] bug report [ ] feature request

Current behavior:

The input cursor is out of place, freezing, jiggering and overlapping with header while scrolling. See this video for the issue in action.

Expected behavior:

For the input cursor to behave normally.

Steps to reproduce:

Related code: Here is the reproducible repo. This repo is just a sidemenu starting project with inputs copied form the Input’s official doc

More Info: The input cursor issue is also present in emulators as well. Moreover, the IOS emulators(tried many) won’t show keyboard again after closing it once but this keyboard issue is not present in the device.

Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):

cli packages: (/Users/tonsu/.nvm/versions/node/v8.4.0/lib/node_modules)

    @ionic/cli-utils  : 1.12.0
    ionic (Ionic CLI) : 3.12.0

global packages:

    cordova (Cordova CLI) : 7.0.1

local packages:

    @ionic/app-scripts : 2.1.4
    Cordova Platforms  : android 6.2.3 ios 4.4.0
    Ionic Framework    : ionic-angular 3.6.1

System:

    Android SDK Tools : 26.0.2
    ios-deploy        : 1.9.2
    ios-sim           : 6.1.2
    Node              : v8.4.0
    npm               : 5.3.0
    OS                : macOS Sierra
    Xcode             : Xcode 9.0 Build version 9A235

Misc:

    backend : legacy

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (1 by maintainers)

Most upvoted comments

I have the same problem

@kensodemann This is a very unappealing bug. Our clients don’t want a cursor sliding across the page. I just tested a blank project with a UIWebView and did not reproduce this bug but it is reproduceable in Ionic. I think this bug needs a lot more attention.

Did anyone manage to fix that?