Mikhus / canvas-gauges

HTML5 Canvas Gauge. Tiny implementation of highly configurable gauge using pure JavaScript and HTML5 canvas. No dependencies. Suitable for IoT devices because of minimum code base.
http://canvas-gauges.com/
MIT License
1.57k stars 396 forks source link

data-value-box in webview #149

Closed iwanaditya closed 5 years ago

iwanaditya commented 6 years ago

hi i trying to use examples in canvas-gauges using android webview but when i open it ,its not rendered. the gauge is rendered ok but no tick needle. when i set data-value-box to false the tick needle is rendered ok. is there any solution to this because i realy need data-value-box ?

karrarkazuya commented 6 years ago

mobile webviews can not handle much html5. try to use less components and it'll work