HomeiOS Developmentios - Ionic Keyboard hides content material when switching between a number...

ios – Ionic Keyboard hides content material when switching between a number of inputs


I’m at present testing my login web page of my Ionic Angular mission on my cell phone. I found that deciding on an ion-input strikes the content material up in line with the keyboardheight property. This prevents the content material from being lined up by the keyboard.

The Downside happens when the keyboard is already opened due to a targeted enter and also you click on one other enter. After the enter has switched the keyboardheight is printed as 0 and the content material is reset to the middle of the display screen leading to content material being lined up by keyboard not capable of be scrolled above the keyboard.

I’m testing at present on my iPhone 11 (Nexus Browser) and utilizing Ionic v7.

I already tried putting in the Capacitor Keyboard Plugin and utilizing this config:

  "plugins": {
    "Keyboard": {
      "resize": "physique",
      "type": "DARK",
      "resizeOnFullScreen": true
    }
  }

Usually the Keyboard ought to be proven and the content material nonetheless be lifted above the keyboard.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments