JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.27k stars 63 forks source link

[Bug] Cannot paste API Key #552

Open jbreitbart opened 2 years ago

jbreitbart commented 2 years ago

Describe the Bug I just tried to configure Radarr and Sonarr and they require an API key to connect to the server. I have copied the API key into my clipboard, but I cannot paste it in LunaSea. The keyboard icon is not working.

To Reproduce Just configure a new Radarr connection and try to paste something into the API key.

Expected Behaviour The key is pasted.

Versions Version 6.0.0

JagandeepBrar commented 2 years ago

What device are you using? Using an iPad Pro and iPhone 13 Pro Max on 15.2 and a Pixel 3 on Android 12 I am having no problems pasting on any of the devices.

jbreitbart commented 2 years ago

I am in iOS 15.2 and using an iPad Pro (10,5 Zoll).

JagandeepBrar commented 2 years ago

I am not able to replicate the same issue when using the virtual keyboard but I am able to replicate not being able to paste from a hardware keyboard (Magic Keyboard).

Are you also using a magic keyboard?

jbreitbart commented 2 years ago

No, I am just using the onscreen keyboard.

macromillion commented 2 years ago

I can paste but you have to hold the text box where the cursor is for a few seconds then let go. It will be there but not from a simple tap.

iHunterX commented 2 years ago

I think I faced the issue @jbreitbart mentioned IMG_1351

He meant the paste button on the keyboard bar doesn’t working

Edit: Found the issue, seem like it was the Flutter issue, there is also a workaround

https://github.com/flutter/flutter/issues/98832

JagandeepBrar commented 2 years ago

It appears this is still an upstream issue with Flutter and is being tracked here: https://github.com/flutter/flutter/issues/102940