mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Firefox 63+ supports custom elements and shadow DOM by default (#7176)
This commit is contained in:
parent
d7e060efb3
commit
71d532ef1f
@ -28,7 +28,7 @@ The Lovelace UI is:
|
||||
</div>
|
||||
|
||||
<p class='note warning'>
|
||||
If you're not using Chrome, please be sure to [read the FAQ](/lovelace/#faq) below.
|
||||
If you're not using Firefox 63+ or Chrome, please be sure to [read the FAQ](/lovelace/#faq) below.
|
||||
</p>
|
||||
|
||||
## {% linkable_title How it works %}
|
||||
@ -133,7 +133,7 @@ This is the very very early version aimed at gathering feedback. Discussion and
|
||||
|
||||
### {% linkable_title I am running Firefox but, custom cards like gauge-card look bad or don't load at all. How do I fix this? %}
|
||||
|
||||
This is probably because your version of Firefox doesn't have custom components supported or enabled. Please set to `true` in your `about:config` the following settings: `dom.webcomponents.customelements.enabled` and `dom.webcomponents.shadowdom.enabled`
|
||||
This is probably because your version of Firefox doesn't have custom components supported or enabled. Please upgrade to version 63 or higher, otherwise set `dom.webcomponents.customelements.enabled` and `dom.webcomponents.shadowdom.enabled` to `true` in `about:config`.
|
||||
|
||||
### {% linkable_title Custom cards don't load on my iOS device? %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user