Open animavitis opened 8 years ago
if watchaface have empty array or object in json file, then it will not work in watch (emulator is working fine).
ie.
{ "type": "watchset", "name": "xxxx", "apiVersion": 1, "data": { "screens": [ { "id": "xxxxx", "controls": [ { "type": "imageFromSet", "position": { "x": 90, "y": 1 }, "style": { "width": 32, "height": 32 }, "imageSet": { "type": "resource", "id": "weather" }, "source": { "type": "extension", "extensionId": "com.klapaucius.ossw.weather", "property": "weatherId" } } ], "actions": {} } ] } }
will not work in watch because of empty actions
if watchaface have empty array or object in json file, then it will not work in watch (emulator is working fine).
ie.
will not work in watch because of empty actions