Skip to content

(Fixed) Snaps to top of screen on blur on iOS 12+ #399

Closed
@YCMitch

Description

@YCMitch

After days of screwing around with other plugins/settings/native code/angry users/bottles of wine I've discovered THIS plugin is to blame.

As of recently (I'm not sure exactly when), when you focus a text input, then un-focus it, the screen rockets up to the top. There's nothing you can do about it. I've tried:

  • disableScroll(true)
  • shrinkView
  • automaticScrollToTopOnHiding = false
  • manually getting/setting scrollTop on keyboardWillHide/keyboardDidHide
  • howling at the moon

I'd nearly lost my mind until I removed this webview and used Apache's cordova-plugin-wkwebview-engine. It miraculously stopped acting like it was possessed by a demon, and all was well in the world.

Surely other people are encountering this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions