I'm testing on an Epix 2 Pro 47mm, both in the simulator and on the physical device. So far, I can only trigger CLICK_EVENT_TAP. Holding the screen longer doesn't seem to trigger CLICK_EVENT_HOLD, and CLICK_EVENT_RELEASE never fires either.
I noticed that simulator.json includes entries for hold and release under displayBehaviors, but they don’t have an id assigned - similar to swipeLeft, which does work.
"display": { "behaviors": [ { "gesture": "swipeRight", "id": "onBack", "maxDistToEdge": 81, "minSwipeDeltaX": 65, "minSwipeDeltaY": 65 }, { "gesture": "swipeLeft" }, { "gesture": "swipeUp", "id": "nextPage" }, { "gesture": "swipeDown", "id": "previousPage" }, { "gesture": "hold" }, { "gesture": "release" }, { "gesture": "tap", "id": "onSelect" } ], "isTouch": true, "landscapeOrientation": 0, "location": { "height": 416, "width": 416, "x": 122, "y": 238 }, "shape": "round" }