[PR #1503] [MERGED] fix(mobile): Uses clamping scroll physics on android #9110

Closed
opened 2026-02-05 13:58:42 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1503
Author: @martyfuhry
Created: 2/1/2023
Status: Merged
Merged: 2/2/2023
Merged by: @alextran1502

Base: mainHead: fix/gallery-scroll-physics


📝 Commits (1)

  • 875bcab uses clamping scroll physics on android

📊 Changes

1 file changed (+1 additions, -16 deletions)

View changed files

📝 mobile/lib/modules/asset_viewer/views/gallery_viewer.dart (+1 -16)

📄 Description

Android swipe gestures were sometimes being missed using the custom ScrollPhysics, so we now use ClampingScrollPhysics on Android and BouncingScrollPhysics on iOS.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/1503 **Author:** [@martyfuhry](https://github.com/martyfuhry) **Created:** 2/1/2023 **Status:** ✅ Merged **Merged:** 2/2/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `fix/gallery-scroll-physics` --- ### 📝 Commits (1) - [`875bcab`](https://github.com/immich-app/immich/commit/875bcabab6f54dc977092a4bff73181bacaeb4f7) uses clamping scroll physics on android ### 📊 Changes **1 file changed** (+1 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/asset_viewer/views/gallery_viewer.dart` (+1 -16) </details> ### 📄 Description Android swipe gestures were sometimes being missed using the custom `ScrollPhysics`, so we now use `ClampingScrollPhysics` on Android and `BouncingScrollPhysics` on iOS. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:58:42 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#9110