qJake / HADotNet.CommandCenter

📱 A web-based, wall-mountable command center for Home Assistant.
https://hacc.dev
Apache License 2.0
158 stars 11 forks source link

UI doesn't work on old android tablet. #99

Closed mamogaaa closed 3 years ago

mamogaaa commented 4 years ago

Description

Probably it is because of using of some quite modern javascript features (like classes, async/await etc).

Possible solution

I guess it could be solved by transpiling es6 to es5 (for example using babel).

github-actions[bot] commented 4 years ago

Hey there, looks like this is your first time submitting a bug or enhancement to HACC! Thanks for helping make HACC a better app! 🎉

qJake commented 4 years ago

Yes, we transpile to ES6, so I'm not sure how we would go about making this ES5-compatible while not harming any devices that are ES6-capable, do you have any ideas?

github-actions[bot] commented 3 years ago

This issue hasn't received an update in 2 months. 1 week from today, this issue will be closed. Comment to remove the stale label and extend the time.

github-actions[bot] commented 3 years ago

This issue hasn't received an update in 2 months. 1 week from today, this issue will be closed. Comment to remove the stale label and extend the time.

qJake commented 3 years ago

The latest beta of HACC has a "Debug" tile that you can add, that when you click on it, will pop up browser information onto the tablet/device.

Try this, and provide a picture/screenshot of your device. I suspect that it is unfortunately too old/slow to support the features that HACC requires, but with this debug tile, you can at least get confirmation.

github-actions[bot] commented 3 years ago

This issue hasn't received an update in 2 months. 1 week from today, this issue will be closed. Comment to remove the stale label and extend the time.