-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Open
Labels
Description
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
v8.x
Current Behavior
Line dividers between IonItems are missing sometimes on iOS 26 when using IonGrid inside and having multiple lines of text. It happens randomly to some of the items in the list.
Expected Behavior
Dividers should be rendered with all list items.
Steps to Reproduce
- Render an IonList with several IonItems having a grid layout and multiple lines of text.
- Scroll and observe the dividers closely.
Code Reproduction URL
https://github.com/saadashfaque/ionic-fullscreen
Ionic Info
Ionic:
Ionic CLI : 7.2.1 (/Users/xxx/.nvm/versions/node/v22.11.0/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/react 8.5.7
Capacitor:
Capacitor CLI : 7.2.0
@capacitor/android : not installed
@capacitor/core : 7.2.0
@capacitor/ios : 7.2.0
Utility:
cordova-res : not installed globally
native-run : 2.0.1
System:
NodeJS : v22.11.0 (/Users/xxx/.nvm/versions/node/v22.11.0/bin/node)
npm : 10.9.0
OS : macOS Unknown
Additional Information
No response
postmann