I am developing an application that should do some action at certain interval that can be defined by the user. I found out that it is not possible to create a service using PhoneGap, so is it possible to run certain code in intervals, like every 5 minutes. Is there possibly another solution that would allow me to do some action at the certain time?
Target platforms are Android & iOS
Edit:
My service should check user's geographic position every 5-15 minutes and send it to the server.