iantrich / restriction-card

🔒 Apply restrictions to Lovelace cards
MIT License
270 stars 23 forks source link

Does not work on older Android (e.g. 7) applications using internal web components (like Home Assistant app itself). #20

Closed jkolczasty closed 4 years ago

jkolczasty commented 4 years ago

Checklist:

Release with the issue:

Last working release (if known):

Browser and Operating System:

Description of problem:

Application shows "Custom element doesn't exist: restriction card". On the very same device, it works on latest version of Chrome installed. It only happens on embedded web component in Android applications. Can not verify other versions.

Javascript errors shown in the web inspector (if applicable):

Additional information:

iantrich commented 4 years ago

I have no plans to support older devices, especially when it works on Chrome in the device.

jkolczasty commented 4 years ago

Looks like it's not restriction-card problem, but plugins in general in older android web component. Can't debug it right now, but seems like plugins are not loaded at all.