How to perform text input from web watch-face application.
I tried to use javascript "prompt" method but it is very laggy when called from watch-face application: for example space and backspace buttons does not wotk.
It works well when called from standard web app, so it seems making a separate dummy application that will simply call "prompt" will help but obviously such app will not pass market validation.
Thank you.