vivoactive4 onNextPage

Using BehaviorDelegate I cannot see how to get a vivoactive4 to process an onNextPage()

everything works for other touchbased devices but the vivo4 just wont play....what am i missing ?

  • I'm guessing  you are talking about a widget.

    The va4 doesn't have glances.  What that means is on the watch face, up/down take you through the widget loop where the widget's main view shows.  But on the main view, you can't use up/down if there isn't a glance view, as that's used by the widget loop.  You can push a second view that uses up/down.

    You can tell if there are glances with 

    isGlanceModeEnabled
    which is in System.getDeviceSettings()