-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Can not enter alphanumeric pin in Home Assistant app on android #143
Comments
I see. Will think about a solution. |
Usually PINs are numbers. So, it was not supposed to contain letters. Anyway, will think about it. |
Well, on mobile clients or other touchscreen devices it is easier to use a numeric keypad like it was done recently. |
Hi ildar, |
Note that the old popup does not have any keyboard - it is just a popup with a simple input-box. |
Yeah i know, on touch devices, the keyboard will automaticly appear. Thank you very much for your work on this card. |
I can see this input panel, and if i click in the Code-field a secound keyboard (my touch keyboard, first picture) appears, but because it is inputmode="numeric" (in its html tag) the keyboard has only numbers, the old input field would display a full keyboard (second picture) and thats the reason i cant input other chars. |
Try 1.2.16 |
tryed 1.2.16, works perfectly, thank you very much for your effort. |
Checklist:
Release with the issue: latest (1.2.15)
Last working release (if known): 1.2.13
Browser and Operating System: Android 15, Home Assistant app
Description of problem:
Since the update of the restriction cart to 1.2.15 i can no longer enter an alphanumeric pin in the Home Assistant app on an android 15 smartphone.
I have set my code to a more secure alphanumerikal code (eg. 12a@) but since 1.2.15 i can no longer input my set code because the app only offers me a numbers keyboard (and the numbers touch field).
I can not find an option to get the old behavior back and i would like to keep my more secure code (on PC it´s not an issue becouse i have my normal keyboard).
Mabey this could be an option in the pin options to either use only numbers, then the new input should be shown or use the old input if you want to use more than numbers.
My Card Config:
The text was updated successfully, but these errors were encountered: