The behavioDelegate onTap () event is not firing in the Sim on a touchscreen device
Testing the tap function in my app on Vivoactive HR and VenuSq in the Sim, the onTap() event is not being called.
function onTap(evt) { //System.println("InputDelegate onTap"); resetLastActionTime(); clearAlertMessage(); if (currentView has :screenTap){ return currentView.screenTap(evt); } return true; }
Previous versions were fine
The app builds and runs correctly on the device.
Build details:
Executing task: java -Xms1g -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar /Users/alansmith/Library/Application Support/Garmin/ConnectIQ/Sdks/connectiq-sdk-mac-4.2.4-2023-04-05-5830cc591/bin/monkeybrains.jar -o /Volumes/GARMIN/Garmin/APPS/raceQs.prg -f /Users/alansmith/Documents/watchApp/raceQs/monkey.jungle -y /Users/alansmith/developer_key.W10 -d vivoactive_hr -l 0 -r -r
SDK 4.2.4
Mac Ventura 13.3.1
It's a while since I last tested this....Is there a new Simulator Setting I need to enable touch on these devices?