You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to iPhoneWebDev
Hi !
I'm working on a webapp for iPad with jQtouch and jQuery. The webapp
is used in a store and viewed through AVD browse which send me email
alerts when the device is shook or disconnected from power. However, I
also want to know when the webapp has been closed. I tried to use $
(window).bind('unload', function(){}); but it doesn't work neither in
Safari Mobile nor AVD browse. How can I get it to work ?