I'm working on adding more 'pages' to a widget I'm working on using swipe left and right. In the simulator, swiping left brings me the new 'page' (ie, layout with its own code to interact with) and swiping right brings me back to the make 'page' (layout). Pressing ESC while on the second page brings me back to the main page and pressing ESC again exit the widget. This is working great. However, on my Venu, swiping right or pressing ESC while on the second page exits the widget. Is there a way to make the watch behave like the simulator?
Second question is, can swipe left and right be implemented on devices without a touch screen?
Thanks.