I want to display an activity indicator when my app is busy on ios. So far I haven't been able to get it working.
I have tried using:
navigator.notification.activityStart();
Which seems like it's not supported in most recent versions of Phonegap/Cordova.
Does anyone know how to get this working with Phonegap and Jquery mobile?