I may be missing something but is it possible to have objects detect native events like swipe or long touch?
Thinking of the fairly standard iOS swipe to delete event that is used everywhere?
I may be missing something but is it possible to have objects detect native events like swipe or long touch?
Thinking of the fairly standard iOS swipe to delete event that is used everywhere?
At the moment, no – we’ve got onPressIn
and onPressOut
events in the immediate next pipeline for Button and Container, so you can react to longer holds, with the rest of the events planned for after we roll out a major client runtime upgrade later this month. The swipe to delete event/UI combo is definitely on the list!
Marked it as a feature request too: https://tracker.appgyver.com/feature-requests/p/expose-more-native-interaction-events
Thank you for the prompt response! Loving the product so far.