Hello,
I am following this guide to create a Web Service Application on wearable: Link
If you scroll all the way down, it says “Dependencies Tizen 5.5 and Higher for Wearable”, so I assume this must be working on wearables as well.
However, when I copy & paste the code into Tizen Studio and run on Tizen 5.5 Emulator, I get the following error:
Uncaught SyntaxError: Unexpected token *
which references this line in the code:
import * as service from 'wrt:service';
Anyone know how to fix this?
It seems like it is not possible to run a service apps on wearables after all??