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.58k stars 396 forks source link

Just cannot get animation to work #229

Open Stevolution2021 opened 3 years ago

Stevolution2021 commented 3 years ago

Hello all. Newbie alert.

I can get my gauges to display and animate fine. Using CodePly as a programming environment.

Not entirely sure I know how to set up the required parameters of the gauges library, and maybe that is the issue.

The only part of the gauges (whether linear or radial) that refuses to work, is the animation. Even though its enabled. Ideas?

This is just a 'demo' routine I am using to learn comms between my ESP8266 and a webpage.

I tried the 'insert code' facility and it made a right mess of it... so I can't post the code.

Stevolution2021 commented 3 years ago

I have animations working on a PC, but they jump (no animation) when viewed on a mobile browsers (EG Chrome).
Any idea what I am missing to enable the animations on a mobile device?

Thanks