I got that sorted thank you. Iâve got an issue where iOS9 and ie11 are not rendering the âwidgetsâ but chrome is working fine. Iâm really stumped on this now.
I have. Iâve cleared the cache, both locally on each of tablets, and cleared out the compiled folder. I removed the appdaemon docker from my unpraid install and re-added it too.
It turned out to be the custom widget, it looks like it isnât compatible with older versions of iOS, works fine on my android panels but not my older iPad. ;( makes me a little sad great colour picker btw! Iâd be happy to try and help debug it if you were interested, but I have very little css/js knowledge.
Ok, sounds a bit strange. The widget is written in pure js without any libararies etc, so it should work in older versions also. What version of iOS is your iPad running?
@tjntomas I just found your awesome color picker swipe_light ⌠I was just wondering if it would be possible to add light_effects somehow? then it would be absolutely complete
@tjntomas - Iâd love to start using this, how would I go about debugging for ios9? - can you help with this, or just point me in the right direction if possible, please.
I did try chrome yes, and it does the same thing.
It makes no difference if I have a âwidgetâ setup as âswipe_lightâ or not, as soon as I put the folder âbaseswipe_lightâ and âswipe_light.yamlâ in the custom widgets all icons just go blank. itâs really odd, as it isnât affecting android or windows devices. - just connecting my ipad to a mac now.
Good. I guess you have tried clearing the safari cache on the iPad? The widgets have a tendency to go blank of something is wrong or missing in the skin and the css can not be mapped correctly to the widgets. We could try hardcoding some of the css instead of mapping from the skin.
Ok, since all widgets go blank, it should be a css mapping problem. Since its only 4 mappings used, we could try harcoding these in the baseswipe_light.html file. Then it would no longer depend on the skin css mappings.
and add the return 0 after the opening curly bracket as per above. Also comment out all swipe_light enries in your skin with a # in front of each line.
Then clear the cache and try again.