[Bug]: Can't paste decryption key on mobiel #1648

Closed
opened 2026-02-28 19:49:36 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @tdomhan on GitHub (Dec 7, 2024).

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)

What happened?

Using the mobile web app I am not able to paste the decryption key as when focusing the input field the field is not shown, so that I can't long press to paste. See the screenshot below (note that the screenshot doesn't show the keyboard, which covers the bottom half of the screen).
This is when opening Actual Budget as an install PWA on iOS.

IMG_059C09377949-1

Where are you hosting Actual?

None

What browsers are you seeing the problem on?

No response

Operating System

Mobile Device

Originally created by @tdomhan on GitHub (Dec 7, 2024). ### Verified issue does not already exist? - [X] I have searched and found no existing issue - [X] I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file) ### What happened? Using the mobile web app I am not able to paste the decryption key as when focusing the input field the field is not shown, so that I can't long press to paste. See the screenshot below (note that the screenshot doesn't show the keyboard, which covers the bottom half of the screen). This is when opening Actual Budget as an install PWA on iOS. ![IMG_059C09377949-1](https://github.com/user-attachments/assets/bb17d716-3617-4f47-9a3c-433ea341ca5d) ### Where are you hosting Actual? None ### What browsers are you seeing the problem on? _No response_ ### Operating System Mobile Device
GiteaMirror added the bug label 2026-02-28 19:49:36 -06:00
Author
Owner

@Sinled commented on GitHub (Jan 10, 2025):

Also have this problem.

Edit: Probably can be fixed by changing inset: 0 to account for dynamic view height here 5a34c06859/packages/desktop-client/src/components/common/Modal.tsx (L84-L85)

top: 0;
left: 0;
width: 100%;
height: 100dvh; /* dvh for dynamic view height percents */
@Sinled commented on GitHub (Jan 10, 2025): Also have this problem. Edit: Probably can be fixed by changing `inset: 0` to account for dynamic view height here https://github.com/actualbudget/actual/blob/5a34c06859946f7071e46fafe402f0a44b9a5cb7/packages/desktop-client/src/components/common/Modal.tsx#L84-L85 ```css top: 0; left: 0; width: 100%; height: 100dvh; /* dvh for dynamic view height percents */ ```
Author
Owner

@mullermn commented on GitHub (Jan 24, 2025):

I have also had this on an iphone 15 Pro Max (just to add an affected screen size)

I seem to remember I worked around it with some trial and error and managing to click-and-hold the text entry box before the keyboard appeared and covered it over, but this is obviously not an ideal UX.

@mullermn commented on GitHub (Jan 24, 2025): I have also had this on an iphone 15 Pro Max (just to add an affected screen size) I seem to remember I worked around it with some trial and error and managing to click-and-hold the text entry box before the keyboard appeared and covered it over, but this is obviously not an ideal UX.
Author
Owner

@matt-fidd commented on GitHub (Feb 22, 2025):

This is now fixed on edge, and will be fixed in the next release

@matt-fidd commented on GitHub (Feb 22, 2025): This is now fixed on edge, and will be fixed in the next release
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#1648