[PR #4182] [MERGED] 🐛 (mobile) fix amount input requiring two clicks on safari mobile #5242

Closed
opened 2026-02-28 21:08:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4182
Author: @MatissJanis
Created: 1/17/2025
Status: Merged
Merged: 1/18/2025
Merged by: @MatissJanis

Base: masterHead: matiss/fix-2392


📝 Commits (8)

📊 Changes

4 files changed (+58 additions, -8 deletions)

View changed files

📝 packages/desktop-client/package.json (+1 -0)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+16 -8)
upcoming-release-notes/4182.md (+6 -0)
📝 yarn.lock (+35 -0)

📄 Description

Fixed #2392

The focus trigger for Safari on iOS does not work as expected. This is a known issue for PWAs on iOS. So the workaround is to remote the auto-focus explicitly for these devices.


🔄 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/actualbudget/actual/pull/4182 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/18/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-2392` --- ### 📝 Commits (8) - [`53506f3`](https://github.com/actualbudget/actual/commit/53506f3fd85960977e2cafa8402e82fd6528ae97) :bug: (mobile) fix amount input requiring two clicks on safari mobile - [`2166e21`](https://github.com/actualbudget/actual/commit/2166e2164ccc2d623a47a7c784f6ca8c950178c1) Hack - [`1069566`](https://github.com/actualbudget/actual/commit/1069566ca4614d527e17e7d5621c135f94f0a537) Update browser name - [`a2ae482`](https://github.com/actualbudget/actual/commit/a2ae482c0d1ac527fd18c8526d946049ac28a50c) Further patch - [`568ea91`](https://github.com/actualbudget/actual/commit/568ea9192572996cfe4cef262d1ae824e613c976) Another go? - [`0761dd8`](https://github.com/actualbudget/actual/commit/0761dd8493078fc868a1904a66ad273b20ba457b) oops - [`c5b3c95`](https://github.com/actualbudget/actual/commit/c5b3c95c43bf21bcb95d875c3b482e18db563504) Undo unnecessary - [`a457a9f`](https://github.com/actualbudget/actual/commit/a457a9f7b04c129461e0d60e7786e915cae01852) Merge branch 'master' into matiss/fix-2392 ### 📊 Changes **4 files changed** (+58 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+1 -0) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+16 -8) ➕ `upcoming-release-notes/4182.md` (+6 -0) 📝 `yarn.lock` (+35 -0) </details> ### 📄 Description Fixed #2392 The focus trigger for Safari on iOS does not work as expected. This is a known issue for PWAs on iOS. So the workaround is to remote the auto-focus explicitly for these devices. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:08:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5242