q-input pasting login data via password manager on iOS only fills one field with data #8789
Unanswered
madLinux7
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So im currently writing an web-based app with quasar for my company where you first need to authenticate yourself with your username and password credentials. We use Bitwarden as our password manager so some guys may use it to login to this app in the future and paste their information directly into the .
Sadly, this only works fine on Android (I use Android 11 on a Xiaomi Device).
When performed on an iPhone 8 with latest updates - tapping on either the username or password q-input field and then pasting in your info with the Bitwarden "overlay" - this only correctly fills out the current selected one and just "overpaints" the other one with a small offset - when tapping on the other field it gets blank again.
E.G. you start by tapping on the password field, then let Bitwarden perform it's task and the password will be there.. but the username only as long as you don't select the field itself - then the offset from the textbox is gone and with it the disired information - it never really got pasted in there.
Example Screenshot
Here is the code this login mask is built of:
I hope some of you guys can help me out since it would be real practically for us and our clients. Thanks in advance for your time!!
Beta Was this translation helpful? Give feedback.
All reactions