PebbleChecklist
PebbleChecklist copied to clipboard
Items can't contain simple quotes
If at least one item contains a simple quote, all the items are not sent to the pebble.
From quick test, I think k this is only via the web interface and for single quotes. E.g.
Test ' quote
Double " works fine and no issue with voice (seems to use double quotes in transcript)
problem does not occur in emulator. Looks like something is going in inside of pkjs on phone:
[20:53:30] pkjs> Checklist:1 Uncaught SyntaxError: missing ) after argument list
I.e. this bug may impact other apps/faces.
I'm wondering if the html/js UI can work around this by using replacement strings (which the watch app may need to handle too).