pocket-casts-ios
pocket-casts-ios copied to clipboard
Add support for Double Tap on WatchOS
Discussed in https://github.com/Automattic/pocket-casts-ios/discussions/1827
Originally posted by rviljoen June 12, 2024 In iOS 18, apps can now add support for Double Tap. For Pocket Casts, I think the following two app functions are great options for this gesture:
- Play/Pause
- Bookmark
Here is the WWDC video explaining the feature and here is the API documentation.