[PR #1835] [MERGED] ui(mobile): Fix WebView deceleration rate on iOS #1905

Closed
opened 2026-03-02 11:59:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1835
Author: @landonepps
Created: 8/11/2025
Status: Merged
Merged: 8/20/2025
Merged by: @MohamedBassem

Base: mainHead: main


📝 Commits (1)

  • 2f4ddb3 ui: Fix WebView deceleration rate on iOS

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx (+2 -0)

📄 Description

The mobile app uses a WebView to display the bookmark preview.
WebView on iOS has a "fast" deceleration rate by default, which doesn't match the rest of the app and makes scrolling through long articles tedious.
We should update it to "normal" to match the non-WebView screens in the app as well as Safari.

https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#decelerationrate

Issue: #1834

fast (old behavior) normal (new behavior)

🔄 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/karakeep-app/karakeep/pull/1835 **Author:** [@landonepps](https://github.com/landonepps) **Created:** 8/11/2025 **Status:** ✅ Merged **Merged:** 8/20/2025 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`2f4ddb3`](https://github.com/karakeep-app/karakeep/commit/2f4ddb3578564d8e600b2578a9f6593317fc1bc3) ui: Fix WebView deceleration rate on iOS ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `apps/mobile/components/bookmarks/BookmarkLinkPreview.tsx` (+2 -0) </details> ### 📄 Description The mobile app uses a WebView to display the bookmark preview. WebView on iOS has a `"fast"` deceleration rate by default, which doesn't match the rest of the app and makes scrolling through long articles tedious. We should update it to `"normal"` to match the non-WebView screens in the app as well as Safari. https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#decelerationrate Issue: #1834 <table> <tr> <td>fast (old behavior)</td> <td>normal (new behavior)</td </tr> <tr> <td> <video src=https://github.com/user-attachments/assets/7f594d06-2543-40ab-8e98-3b7a8e168ac9> </td> <td> <video src=https://github.com/user-attachments/assets/e63bf131-fda9-498e-bd2d-bd458c987628> </td> </tr> </table> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1905
No description provided.