Gordon Williams

Results 234 comments of Gordon Williams

It would be nice to rip the timezone handling out of something like worldclock into its own app, and then have the other apps depend on that. Potentially that new...

For enter/exit where the value is ~15px from the edge of the screen when calibrated - I'd say that's totally acceptable and you just need to cope with that in...

As on https://github.com/espruino/BangleApps/pull/2558 - I don't think the solution is to remove touch calibration as for most users this is needed to make the keyboard usable. As far as I...

Thanks for those pics. What happens if you try pressing towards the bottom right of the screen? Maybe try: ``` Bangle.on('drag',e => { g.clear(1).drawLine(0,e.y, 180,e.y).drawLine(e.x,0,e.x,180); }); ``` and then just...

I'm a little iffy about hard-coded values - while it may work for you it could do with a bunch of testing to see if it's better for everyone. Also...

> Is it possible to listen for prependListener registrations? Yes, i guess you could override `prependListener` on Bangle.js. **However** this all got me thinking... We actually do all this zooming...

> what's working best for me is my solution where I ... modify the drag event Ok, it would be interesting to know why really - what *doesn't* changing the...

Ahh, ok, gotcha - that makes a lot more sense. So the issue is really that your touchscreen appears nonlinear? I don't know if this helps but I re-read what...

It's worth thinking about what can be done with the existing recorded data (total steps, distance, kilocalories) and what would require changes to the data that is stored or even...