Hi all
I have a watch app on my smartwatch( I am trying it on vivoacive 4 and 4s). Also I have a phone app for both Android and IOS. I connect the watch app and the phone app and I transmit data from watch to the phone. I launch the watch app through the phone app. The problem is if the user works with the watch app fast enough, everything works properly. (The watch app is a questionare) But if the user pick late for example after ten second, the watch app freezes and does not work( it doesn't show error!, so I cannot see the problem in CIQ_LOG) the screen freezes. Also, when I launch the watch app directly without connect it to the phone app there is not such problem. Anyone knows or can guess what's the issue? ( I use the Toybox.communication. I use transmit)
var connectionListener = new TascCommListener();
try {
Communications.transmit("HO", null, connectionListener);
} catch (ex) {
System.println(ex.getErrorMessage());
WatchUi.popView(WatchUi.SLIDE_IMMEDIATE);
}
}