Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks done
tdomhan opened this issue Dec 7, 2024 · 2 comments
Open
2 tasks done

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

tdomhan opened this issue Dec 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@tdomhan
Copy link

tdomhan commented 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

@tdomhan tdomhan added the bug Something isn't working label Dec 7, 2024
@Sinled
Copy link

Sinled commented Jan 10, 2025

Also have this problem.

Edit: Probably can be fixed by changing inset: 0 to account for dynamic view height here

overflowY: 'auto',
display: 'flex',

top: 0;
left: 0;
width: 100%;
height: 100dvh; /* dvh for dynamic view height percents */

@mullermn
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants