cordova-statusTap icon indicating copy to clipboard operation
cordova-statusTap copied to clipboard

Listen to taps on notificationcenter instead?

Open jeroencoumans opened this issue 11 years ago • 3 comments

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 :)

jeroencoumans avatar Mar 14 '13 10:03 jeroencoumans

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.

j-mcnally avatar Apr 07 '13 23:04 j-mcnally

@jeroencoumans did you ever attempt an implementation using NSNotificationCenter? Is this approach worth pursuing?

joshbuchea avatar Feb 07 '15 18:02 joshbuchea

I never tried it, so I wouldn't know:)

jeroencoumans avatar Feb 11 '15 17:02 jeroencoumans