Patrick Rudolph
Patrick Rudolph

Reputation: 2241

Detect tap on iOS status bar with Trigger.io

I want to implement "tap on status bar to scroll to top" for my Trigger.io app that is using custom scrolling. Is there any way (e.g. an event) to detect this tap ot is a similiar feature planned for the future?

iPod status bar

Upvotes: 1

Views: 597

Answers (2)

Vitali Zaidman
Vitali Zaidman

Reputation: 948

You can try to mimic this cordova's plugin: https://github.com/welldone-software/cordova-statusTap

Upvotes: -1

Kris Krause
Kris Krause

Reputation: 7326

Per the trigger.io api docs - no. Hopefully someday we'll be able to write plug-ins.

Upvotes: 2

Related Questions