How to get fireEvent('singletap') working
On the iPad I want be able to close the Popover once an item is selected. The .hide() only hides the window object in the Popover and not the Popover.
I have tried blure, focus etc. What I did note was that a singletap on the Detaul window view closed the Popover.
So I am trying to fire a [webview].fireEvent('singletap');, however I am not getting any response. I am not even sure the event is being fired.