From f08ae234124aaa219408ddaca1584fa13abe4d9d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 9 Jul 2018 21:46:45 +0200 Subject: [PATCH] :pencil2: Tweaks --- source/lovelace/index.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/lovelace/index.markdown b/source/lovelace/index.markdown index a960ccfb5da..8a011cd29bf 100644 --- a/source/lovelace/index.markdown +++ b/source/lovelace/index.markdown @@ -110,11 +110,12 @@ This is the very very early version aimed at gathering feedback. Discussion and ## {% linkable_title FAQ %} -### I am running Firefox but custom cards like gauge-card look bad or don't load at all. How do I fix this? +### 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` ### Custom components don't load on my IOS device? + This is because for IOS devices by default javascript served is `es5`. You can allow custom components to load by forcing `javascript: latest` in your `configuration.yaml` under `frontend:`. -> Note: Enabling `latest` on IOS could cause automation and script editor to crash. \ No newline at end of file +> Note: Enabling `latest` on IOS could cause automation and script editor to crash.