Is it possible (and if so convenient) to use PhoneGap for iOS applications that require a background mode (voip, location, etc.)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is possible, since PhoneGap is nothing special, just a glorified UIWebView. However, GUI won’t execute/update in the background. Also, the “convenience” depends on what you are trying to accomplish with your application. If you need VoIP, geoloation or features like that, you have to take advantage of backgrounding. However, you will still need to implement those services yourself (as far as I know, PhoneGap doesn’t support them natively).