BangleApps/apps/dragboard/README.md

19 lines
805 B
Markdown
Raw Normal View History

2022-04-14 20:35:38 +00:00
Swipe along the red field and release to select a letter.
Do the same for green field to select number or punctuation.
Release on left or right part of black field for backspace or space.
Swiping between the different fields is possible!
The drag in Dragboard is a nod to the javascript 'drag' event, which is used to select the characters. Also, you can't help but feel somewhat glamorous and risque when this is your keyboard!
Known bugs:
2022-04-19 21:03:59 +00:00
- Initially developed for use with dark theme set on Bangle.js 2 - that is still the preferred way to view it although it now works with other themes.
2022-04-14 20:35:38 +00:00
- Text does not wrap.
To do:
- Make text wrap and/or scroll up/sideways once available space runs out.
2022-04-19 21:03:59 +00:00
- Optimize code. Further split it up in functions.
2022-04-14 20:35:38 +00:00
- Possibly provide a dragboard.settings.js file