FR630 and Behavior delegate

Hi,
My app uses onBack, on select, on previous page and onNextPage. It is running fine on fr230 and 235. I trigger the events by pressing the buttons.
I expected to work out of the box on the 630 too. But it doesn't, at least in simulator. I don't get to trigger events.
I have later realized that it has probably to do with the fact, that it has a touch screen.
How do these events work on this device?
I guess the touch screen will not work if it is wet (the app is a pool swimming app)?
Thank you in advance
  • On the fr630, onSelect() is invoked when you tap the screen, onBack() when you press the back button, and swiping left and right get you onNextPage() and onPreviousPage(), just like in the simulator.

    If you are testing on a physical device, you have to be sure to have some contact with the back of the device. If you are holding the device up with one hand (it isn't on your wrist), be sure to touch the back of it with your fingers or it won't work.

    Travis
  • Thanks a lot Travis. I don't have a device. I just wanted to give support to it, if it is easy to achieve.
    Do you thing that the screen will work if wet?
  • No, the touch screen does not work while submerged, but it behaves reasonably if there is water on the face.

    Travis