cordova-statusTap
cordova-statusTap copied to clipboard
Listen to taps on notificationcenter instead?
Instead of creating a webview that needs to be positioned, wouldn't it be easier to listen to taps on NSNotificationCenter and fire an event based on that? Also, Cordova has a fireDocumentEvent method that is probably easier to use :)
does tapping the status bar fire a NSNotification event? i aggre i'd prefer not mangage my own floating window, i didnt know that existed. would make things much simpler.
@jeroencoumans did you ever attempt an implementation using NSNotificationCenter? Is this approach worth pursuing?
I never tried it, so I wouldn't know:)