-
Notifications
You must be signed in to change notification settings - Fork 5k
iOS Scroll Issue in Scrollable Table on Mobile #19588
Copy link
Copy link
Open
Labels
Browser: SafariIssue or pull request is *only* related to Safari browserIssue or pull request is *only* related to Safari browserDevice: MobileIssue or pull request is *only* related to Mobile deviceIssue or pull request is *only* related to Mobile deviceType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
Metadata
Metadata
Assignees
Labels
Browser: SafariIssue or pull request is *only* related to Safari browserIssue or pull request is *only* related to Safari browserDevice: MobileIssue or pull request is *only* related to Mobile deviceIssue or pull request is *only* related to Mobile deviceType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
On iOS mobile devices, when scrolling vertically inside a p-table with
scrollable enabled, the table also moves horizontally (left/right)
unexpectedly.
Expected Behavior
Only vertical scrolling should occur.
Actual Behavior
Vertical scrolling also triggers unintended horizontal movement.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-tb2ixb4k?file=src%2Fapp%2Fapp.component.ts
Environment
PrimeNG: 19.0.7
Angular: 19.0.0
Angular version
19.0.0
PrimeNG version
v19 (LTS Only)
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Only vertical scrolling should occur when the user swipes vertically
inside the table. The horizontal position should remain fixed.