You are reading a single comment by @rigrig and its replies.
Click here to read the full conversation.
-
does it make sense to have some kind of 'keyboard' app type that apps could use for text input?
I don't really see myself typing on the watch, but it would be nice if all apps could use
E.showKeyboard().then(text => { /* do something */ })
.
That way we can add apps that override it with custom "keyboards" containing canned responses/emoticons.
That sounds great! As @Alessandro mentioned I'll be merging in a 'new' alarm app that should be a lot better, and will provide you with a library to do exactly what you want.
The onscreen keyboard sounds great. I've been wondering about this - does it make sense to have some kind of 'keyboard' app type that apps could use for text input? I can imagine maybe for Gadgetbridge it might be neat to be able to type a reply to messages, or things like that