Post

Replies

Boosts

Views

Activity

Comment on WKInterfaceTextField input stops running WKInterfaceTimer?
Figured out the way to do it. Instead of using a WKInterfaceTextField, I now use a button that sets a flag, then uses presentTextInputController to get the user's text input. In the willDisappear() function, check the flag and not stop my timer. Once the text input is done (or cancelled), unset the flag, so that when the user actually leave this screen, the timer will be stopped.
Topic: App & System Services SubTopic: General Tags:
Nov ’22
Comment on WKInterfaceTextField input stops running WKInterfaceTimer?
Figured out the way to do it. Instead of using a WKInterfaceTextField, I now use a button that sets a flag, then uses presentTextInputController to get the user's text input. In the willDisappear() function, check the flag and not stop my timer. Once the text input is done (or cancelled), unset the flag, so that when the user actually leave this screen, the timer will be stopped.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Recognizing double tap gesture (fingers!) in Storyboard app
Unfortunately, this solution allows for double-tap on the screen, not the double-tap gesture with the fingers.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24