ionic-team/ionic-framework

bug: Scroll Behavior on IOS Device

Opened this issue · 0 comments

Prerequisites

Ionic Framework Version

v7.x, v8.x

Current Behavior

Testing our Application on a real IPhone (Iphone 14 Pro)

When the Keyboard opens in an Form, there are 2 weird behaviors:

  1. I can not scroll to the last elements
  2. I can select the Ion-Header or Ion-Tab-Bar and scroll the whole Page

Expected Behavior

I would expect that i can not drag the whole page and that the Ion-content is getting reduced to the available space between Header and Keyboard.

Steps to Reproduce

  1. Go To "https://stackblitz.com/edit/ifbpeyfz?file=index.html"
  2. Select Tab "Listen Now"
  3. Select second text-area
  4. scroll on "ion-tab-bar" or "ion-header"
ScreenRecording_12-12-2024.15-04-58_1.1.mp4

Code Reproduction URL

https://github.com/Allatu/IonicTest

Ionic Info

Ionic:

Ionic CLI : 7.2.0
Ionic Framework: @ionic/core 8.4.1

Utility:

cordova-res : not installed globally
native-run : not installed globally

System:

NodeJS : v20.15.0
npm : 10.7.0
OS : Windows 10

Additional Information

No response