thyttan
thyttan
I cannot reproduce this bug using [frigis1's app loader](https://frigis1.github.io/BangleApps/?q=keyb). For me this happens when trying to reproduce: 1. Install Touch keyboard: Touch keyboard is installed. 2. Install for e.g. Noteify:...
Candidate for being closed - leave a comment if you object! Rationale: I think this maybe is solved with this commit: https://github.com/espruino/BangleApps/commit/5152e68c8038087a594ddd13bdf6def171743d1b, not 100% sure.
@awg43 any update on this? I'm going through the issues and evaluating if they could be closed.
I would probably like for one of the buttons to trigger a thumbs up reply to the message. I'm also thinking maybe one of the buttons (or swipes if we...
Candidate for being closed - leave a comment if you object! Rationale: I think this maybe is solved with this commit: https://github.com/espruino/BangleApps/commit/5152e68c8038087a594ddd13bdf6def171743d1b, but not 100% sure.
Updated the script above to also give visual feedback (vertical/horizontal lines) on the watch when testing.
Here is what it looks like for me when the screen is uncalibrated `touchX1: 0, touchY1: 0, touchX2: 160, touchY2: 160` (entering and exiting edges in order top, bottom, left,...
Here is what it looks like for me when the screen is calibrated `touchX1: -3, touchY1: 19, touchX2: 192, touchY2: 176` (entering and exiting edges in order top, bottom, left,...
>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...
The solution then I guess is to have sufficiently large borders where input is not needed for the apps functionality. These could be hardcoded or depend on the users touch...