@lorihc Is there SwiftUI API for watchOS double tap, or is it just automatic based on what the system infers to be the primary button? 👀
@twostraws Now that beta 2 is out... I think you’ll see that most of the use cases for Double Tap are interrupting: Timer going off, phone call incoming, notification arriving. There’s already API for providing custom actions for notifications (for example, Overcast shows Play, Add to Queue, Delete, Dismiss); Double Tap will act on the first button. If Marco wanted the primary action to be Add to Queue, he could reorder so that one was first. Interestingly (and intentionally), destructive buttons are not triggered—so if Marco made Delete the first button, the gesture indicator would provide negative feedback to communicate that no action was triggered. Hope that helps.
@marcoarment @twostraws Interested in your feedback once you’ve used the gesture for a bit across the system.
@lorihc @marcoarment @twostraws I do hope podcast apps can use double tap to fast forward 30 seconds or whatever their setting is at - frequently use Outcast and this would be super handy - apps like Audible would prefer a pause function