Closed radoprajitno closed 11 months ago
I have the same problem. Works on:
"Custom element doenst exist" on:
I have the same problem. Works on:
- Windows 11 - Edge
- Tab S9+ Android 14 Webview 120.0.6099.144
- Tab A8 Android 13 Webview 120.0.6099.144 both HA app and Fully Kiosk Browser
"Custom element doenst exist" on:
- Pixel 6 Android 14 Webview 120.0.6099.144
- Nexus 5 Android 11 Webview 120.0.6099.144 both Ha app and Fully Kiosk Browser
If found my solutions....
on my configuration.yaml file:
at first::
and it supposed to be:
hope it works
I have the same problem. Works on:
- Windows 11 - Edge
- Tab S9+ Android 14 Webview 120.0.6099.144
- Tab A8 Android 13 Webview 120.0.6099.144 both HA app and Fully Kiosk Browser
"Custom element doenst exist" on:
- Pixel 6 Android 14 Webview 120.0.6099.144
- Nexus 5 Android 11 Webview 120.0.6099.144 both Ha app and Fully Kiosk Browser
If found my solutions....
on my configuration.yaml file:
at first:: - url: /hacsfiles/android-tv-card/android-tv-card.js type: module
and it supposed to be: - url: /hacsfiles/android-tv-card/android-tv-card.min.js (with .min) type: module
hope it works
Thanks, but that's not it. I checked it, but mine was correct with .min.
It's probably/definitely a caching issue, especially since it's working on some devices but not others and the same device in a different browser. I changed the file suffix to min.js
to be more accurate as it's a minified compiled JavaScript file, but it's been causing unexpected consequences for some users if HACS fails to update the resource URL or if their individual devices caches don't update properly and keep trying to look for the old file name despite the resource URL being updated.
Can you try uninstalling android-tv-card, clearing cache within Fully Kiosk on your non-functioning devices, then reinstalling it? I think some other users had similar issues despite clearing cache and the issue eventually went away on its own once their browser caches properly updated.
The last Card update completely fixed the problem. And earlier cleaning the cache memory did not fix the problem.
In that case is this good to close @radoprajitno ?
Checklist:
Release with the issue: 3.2.0 - 3.2.4
Last working release (if known): 3.0.5 works, 3.1.3 untested
Browser and Operating System: LOS 20, Fully Kiosk on Webview 120.0.6099.144
Hi... I'm having issue with on my Fully Kiosk Browser - Webview 120.0.6099.144. It shows "Custom Element Doesn't exist" All 3 of my devices showing the same thing.
However it works well on Chrome Browser, same devices.