Under Review
over 1 year ago

onTap not being called in Sim

The behavioDelegate onTap() event is not firing on a touchscreen device. Any screen tap raises the onKey() event with a key value of 255

Testing the tap function in my app on Vivoactive HR and VenuSq  in simulator, the onTap() event is not being called.

The app builds and runs correctly on the device (only have the VA-HR to test on).

SDK 6.2.1

Mac Ventura 13.3.1 

It appears to be a new issue, it was working fine on earlier SDK's during development, Also fails in 4.2.

Parents
  • Fixed.

    When running on a hybrid device like the F7, I toggle off the touch screen .

    This setting persists when runniing on ALL touch devices - but on a putre touch device (like venusq) the toggle touch screen option is greyed out,.

    Solution - simulate the F7. Toggle ON the touch screen, the simulate the venusq and the touch screen is active!

    Now That's a BUG!

Comment
  • Fixed.

    When running on a hybrid device like the F7, I toggle off the touch screen .

    This setting persists when runniing on ALL touch devices - but on a putre touch device (like venusq) the toggle touch screen option is greyed out,.

    Solution - simulate the F7. Toggle ON the touch screen, the simulate the venusq and the touch screen is active!

    Now That's a BUG!

Children