iOS

Geo-based Push Notifications with PhoneGap and Pushwoosh

December 11, 2012By 3 Comments
Geo-based Push Notifications with PhoneGap and Pushwoosh

Recently I blogged about sending push notifications via the Pushwoosh service and specifically with PhoneGap applications. While working with the service I noticed it had something built in for setting up geozones for your push notifications (aka: geofencing). If you’re not familiar with this term, it’s basically the ability to send push notifications to a [...]

Share

Read More

Filed in: CordovaHTML/JSiOSMobile DevelopmentPhoneGap Tags:

Tutorial: Embed PhoneGap as a Subview in your Native iOS Application

November 15, 2012By 36 Comments
Tutorial: Embed PhoneGap as a Subview in your Native iOS Application

Something cool that many mobile developers (and particularly native developers) might not be aware of at this point, is the option to use PhoneGap (aka Cordova) as a component within your mobile application, as a web “subview” of a whole native application where you want to render HTML/JS content and/or interact with the PhoneGap APIs. [...]

Share

Read More

Filed in: CordovaHTML/JSiOSMobile DevelopmentPhoneGap Tags:

PhoneGap/Cordova Template/Tutorial for Sharing Code Between Platforms

July 16, 2012By 5 Comments
PhoneGap/Cordova Template/Tutorial for Sharing Code Between Platforms

Sometimes the hardest part of trying a new technology is the initial configuration process. This post is intended to help developers in getting started with PhoneGap more quickly cross-platform. I’m working on some pre-configured project templates and the first one is included with this post. Basic PhoneGap Project Template This first template contains preset project [...]

Share

Read More

Filed in: CordovaiOSJavaMobile DevelopmentPhoneGap Tags:

PhoneGap and iOS – www folder creation tip

May 16, 2012By 1 Comment
PhoneGap and iOS – www folder creation tip

When building your first PhoneGap (aka Cordova) project using XCode, there’s something to be aware of that could potentially cause confusion so I wanted to address it quickly with a post. First of all, to get started with PhoneGap and iOS, you can follow the detailed instructions here. This post is meant to supplement these [...]

Share

Read More

Filed in: CordovaiOSPhoneGap Tags: