You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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.
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 :)
The text was updated successfully, but these errors were encountered: