Watchkit complication click action

356 views Asked by At

I have written an Apple Watch app with a complication that works well. But I often accidentally click on that complication, and it opens my watch app. Is there some attribute to tell the complication that there is no action when I click on it?

As an example, the sunrise/sunset complication has no click action.

1

There are 1 answers

2
AudioBubble On BEST ANSWER

No. There is no ClockKit feature which would stop it from launching your app when you (inadvertently) tap your complication.

You can, however, slide your finger away from your complication, which will deselect it, and avoid opening your app.

You can get a feel for this by long pressing your complication, which will indicate that it's selected. If you slightly swipe away from it, it will deselect itself. If you swipe too far, you may bring up a glance or notification.

Apart from deselecting the complication, I'm not sure that there would be a way to handle any inadvertent-versus-intentional interaction, where you might not want the app to be launched. If you can come up with a case, you should submit a feature request to Apple.