So, feature request: add ability to reset all settings of the app, like it is installed on new device.
It's actually quite easy to do right now. You just delete the .set file for your app from the temporary directory used by the simulator. It's the…
So, feature request: add ability to reset all settings of the app, like it is installed on new device.
If this is an iOS thing (not GCM) I wouldn't count on it changing,
Yes, in at least one app, I had to decide if I wanted to add the action menu for my menu, and lose swipe left which I use for a transition. Or work out another way to bring up the menu.
I was already using onHold as an additional way to bring up a menu…
nice!! that worked for me! not sure this does what I want - the ability to actually START a data field activity by tapping the START region of the screen... but now from the tap delegate, I can call onTimerStart(). using your global flag hack. will have…
There are yet more bugs with this latest SDK 8.1.0, The project is not using the Bluetooth low energy API what so ever. The compiler is getting confused simply because a String variable is called State using the equals function. I've gone back to SDK…
It's also interesting that the new CIQ watch face editor allows either built-in complications or CIQ complications to be selected. That fact in itself isn't surprising, but I wonder if it also means that native watchfaces will be allowed to select…
class MyView extends WatchUi.DataField { var foo = 0; var bar; var heartRate; function initialize() { DataField.initialize(); readSettings(); } function readSettings() { foo = Application.Properties…
I think the developer has not yet been approved for the EU stuff, and the bug is probably related to that somehow. I am in Israel and I can reproduce exactly as you. But then I looked at the More from this developer and there's no address there, that…
If it was a way, the API documentation would have mentioned it.
These devices really only use the magnetic compass when GPS doesn’t work (that is, when the device isn’t moving). That is, the compass is used to determine orientation when not moving (something…