Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Long press gesture in apple watch?

In my apple watch extension i want to use long press gesture functionality. Is there any api equivalent to UILongPressGestureRecognizer. Here my requirement is, on watch extension i have table want to make long press on cell then that cell value should show into Glance.

I found new force touch gesture in apple watch is it similar for my requirement?

like image 379
simbesi.com Avatar asked Sep 17 '25 01:09

simbesi.com


1 Answers

This is currently not possible. You can only open up a menu using Force Touch. Refer to the documentation.

like image 83
vomako Avatar answered Sep 19 '25 15:09

vomako