
Site Load Tester 1.2.1 – Fix for Slowest Requests Table Horizontal Scrolling
On smaller screens, only the URL and Type columns were visible because the table was too wide.
So, we added nested ScrollViews:
- Outer ScrollView (horizontal): Enables horizontal scrolling when the table width exceeds the available space
- Inner ScrollView (vertical): Handles vertical scrolling for the table rows
- Minimum width: Set to 520px to ensure all columns (URL: 300-400px, Type: 70px, Size: 80px, Time: 70px) are accessible
Now users can:
- Scroll horizontally to see all columns (URL, Type, Size, Time) on smaller screens
- Scroll vertically to see all 20 slowest requests
- See scroll indicators when content overflows
