I tried the user agent emulator as you have it above in Chrome and it renders properly but when I use the same user agent emulation in Safari it doesn’t work. I’ve tried clearing and disabling cache, visiting from devices that have never connected to my HASS, turning off pi-hole, connecting from outside my network, disabling SSL and base_url. Nothing changes.
This is what I get:
iOS Safari: NO
iOS Chrome: NO
iOS Firefox: NO
iOS Dolphin: NO
MacOS Safari: NO
MacOS Chrome: Yes
MacOS Firefox: Yes
No idea what’s up. Are there any other users who can test this? I’d like to know if I have an isolated incident or not. Should I open a ticket on github?
Hey @Stewface, can you try installing it and see if works for you on Safari? As far as I know, I’m the only one bringing this up so it would be nice to know that it is, or is not, just me!
I’m seeing similar behavior intermittently on Chrome in macOS. It worked fine initially, then after the most recent update to 0.38.3 yesterday, it stopped showing up entirely, despite no changes in my configs.
I’m getting no console errors, and there’s nothing related to it in my HASS error log.
I am seeing the custom components getting requested in the Chrome Network panel, and they load fine, they’re just not rendering to the page.
I’m going to try rooting around in the code a bit this week and see if I can’t figure out what’s happening. If anyone has any ideas or is seeing similar issues, feel free to let me know.
I don’t have iPhone or Mac and there are no free emulators (I found one with Safari 9 and the feature worked fine), so unless someone else debugs this - no fix is expected.
iPhone6s Plus
iOS 10.2.1
Safari, Chrome, and Firefox have the same issue.
Issue: Light controls do not display at all: no icons, labels, or controls.
Surprised to see the same behavior across all three browsers, wonder if they all leverage a common iOS element that is actually the problem.
iPhone4s
iOS 9.3.5
No issues with Safari: Controls appear as expected.
@jbcodemonkey@christianwaite@hoffsta
I have a guess: Could you change line 7 in state-card-custom_light.html
from <link rel="import" href="ha-themed-slider.html">
to <link rel="import" href="ha-themed-slider.html" async>