I am trying to get a tableview widget to scroll to the top when a user clicks on iPhone’s/iPad’s top statusbar (i.e. where time and connection/battery status icons are displayed) in an attempt to mimic the behavior of truly native iOS apps. I noticed that webviews already have this behavior built in (i.e. webview scrolls to the top of displayed page when you click native statusbar). I assume this is because webviews are native display objects.
So, my question is: is there an event fired when the native iOS statusbar is clicked which I can listen for? [import]uid: 44153 topic_id: 31487 reply_id: 331487[/import]