-
Notifications
You must be signed in to change notification settings - Fork 249
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
"lock" option not working on mobile devices since update to 4.0.0 #740
Comments
I don't have a iDevice to test :( But as always apple is doing their own interpretation of HTML/CSS... It's always a PITA. |
All of my locks are working as before and confirmation (if configured also) iPhone 13 Pro here |
Funny thing: just checked with my wife’s Android phone… no issue there 🤔 |
double-checked on my MacBook... no issue there as well... |
Did you clear the cache of the ios app? |
Yes, I did. I also rebooted the iPhone, Besides the official Home Assistant app for iOS and Chrome I also checked with Safari. Same issue but only on my iOS device (and on my son's iPhone XR, where I double-checked). |
could you try this:
which is what I use and see working correctly on all iOS devices not even sure we still need the z-index (which was required after HA Frontend changed things in core) |
I too have the same issue on iPhone. I rolled back to 3.5, and they reappeared. Ironically it’s the phone that needs the locks the most… |
@Mariusthvdb I just tested the configuration you posted. Same issue. The lock symbol appears on all non-iOS-based devices but not on my iPhones. |
How odd.. To be sure: did you reset Frontend cache in the companion app settings? (Under error tracking) |
@Mariusthvdb Yes, first thing I did 😁 |
Aarrghh, then I am out of ideas . Can't see a single issue on the locks here. |
After updating to 4.0.1 I got also issues in my dashboard: Maybe also try to use the aspect_ratio to verify. |
Same here after update to 4.0 / 4.0.1 on IOS 17 beta. Companion app 2023.7. No lock icon and no lock functionality. |
Same here on Android, the lock is working on my tablet with Companion App 2023.6.0 from fdroid, but not working with Companion App 2023.6.0 (same source) on my phone. |
## [4.1.0-dev.3](v4.1.0-dev.2...v4.1.0-dev.3) (2023-08-01) ### Bug Fixes * lock would not display on many browsers ([245441b](245441b)), closes [#740](#740)
🎉 This issue has been resolved in version 4.1.0-dev.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Could anyone confirm this is now working with the latest beta? |
I have it working in the iOS app, Safari desktop Mac browser, Chrome and Firefox. HA 2023.8.0b4 |
Yep the fix in the beta works great for me! |
Great! Works for me too (HA 2023.462 on iPhone) |
The fix is working here as well! THX! |
## [4.1.0](v4.0.1...v4.1.0) (2023-08-03) ### Features * **templates:** Support for one time evaluation of js templates in `triggers_update` and `entity` ([#741](#741)) ([b372642](b372642)), closes [#618](#618) [#558](#558) [#368](#368) ### Bug Fixes * Keep default background color for color_type: card when off ([41dea3f](41dea3f)), closes [#737](#737) * lock would not display on many browsers ([245441b](245441b)), closes [#740](#740) * remove margin-top on name/label/state introduced with 4.0.0 which broke many cards ([53fee75](53fee75)), closes [#742](#742) [#744](#744)
🎉 This issue has been resolved in version 4.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Checklist
Describe the bug
The "lock" option is not working on my mobile devices (iOS) after upgrading to 4.0.0 (app and browser). Works with no issue on the desktop browser version (Windows). The button still works (action), but does not respect the lock functionality and also does not show the lock icon.
Version of the card
Version: 4.0.0
To Reproduce
This is the configuration I used:
Screenshots
If applicable, add screenshots to help explain your problem.
Expected behavior
Lock functionality working on the mobile version is the same as before upgrading to 4.0.0 (as described in the config reference and working on the desktop version)
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: