- Support for vivoactive 3 (this is what we wished we could have told you about)
- Support for Edge 1030
- Updated Approach S60 to support Connect IQ 2.3.x
What are you waiting for? Get started today!
<behaviors>
<behavior gesture="SWIPE_RIGHT" id="ON_BACK" />
<behavior gesture="SWIPE_LEFT" />
<behavior gesture="SWIPE_UP" id="NEXT_PAGE" />
<behavior gesture="SWIPE_DOWN" id="PREVIOUS_PAGE" />
<behavior gesture="HOLD" id="ON_MENU" />
<behavior gesture="RELEASE" />
<behavior gesture="TAP" id="ON_SELECT" />
</behaviors>
You put up a menu and aren't seeing onBack() if you hit back back? That's the way it's always worked. That back is handled by the menu itself and won't be seen in the app. With a menu of one item, there are two possible things that happen. The user selects the item or hits back, and in your code you have to figure out which if it matters (using a boolean or something)
We just caught a bug in the 2.3.3 release (hat tip to jim_m_58) that draws white in areas of transparency behind 1-bit, custom fonts in the simulator, and does not affect devices. We're already looking into a fix, and plan to release a 2.3.4 SDK once a fix is in place. Sorry about that, folks!