bug: Scroll Behavior on IOS Device
Opened this issue · 0 comments
Allatu commented
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
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:
- I can not scroll to the last elements
- 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
- Go To "https://stackblitz.com/edit/ifbpeyfz?file=index.html"
- Select Tab "Listen Now"
- Select second text-area
- 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