Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/content/ui/adaptive-responsive/platform-adaptations.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,19 @@ On **iOS**, scrolling past the edge of a scrollable
[overscroll glow indicator]: {{site.api}}/flutter/widgets/GlowingOverscrollIndicator-class.html
[overscrolls]: {{site.api}}/flutter/widgets/BouncingScrollPhysics-class.html

### Scrollbars

On **Material-based platforms** (such as Android and web),
scrollbars are typically visible during scrolling
and may remain visible depending on the platform and theme.

On **Cupertino-based platforms** (such as iOS),
scrollbars are more minimal and generally only appear briefly
while the user is actively scrolling, fading out when interaction stops.

This difference reflects each platform’s visual conventions
and helps maintain a native look and feel across devices.

### Momentum

On **iOS**,
Expand Down
Loading