Copyright © 2013 Adobe Systems Inc. All rights reserved
Use of this website signifies your agreement to the Terms of Use and Privacy Policy and Cookies
Are you brand new to PhoneGap? Where do you start? What about PhoneGap Build? There are a ton of resources out there and I’ve pulled it all together to help you get started, get some tips, and figure out where to get help. PhoneGap IntroPhoneGap is a free and open source framework that allows you to create mobile apps using the web technologies you’re already familiar with: HTML, CSS, and JavaScript. Use standardized web APIs and target the platforms you care about. Download... Read more...
Adobe PhoneGap Build has a powerful RESTful API that you can use to tap into PhoneGap Build’s functionality. With the API, you can authenticate as a user and create, build, update, and download PhoneGap applications. RESTful APIs are great but not without annoyances. All of the popular programming languages (and not so popular ones) have HTTP libraries for RESTful access. The downside is that you still need to implement the HTTP request and response communication logic. It’s not... Read more...
Intro This guide will walk you through working with the Apache Cordova BlackBerry repository. It will describe the repository’s structure and the purpose of each file and directory. In addition, it will describe how to deploy an application using the command line tools. If you haven’t deployed to a BlackBerry device before, you should first read the BlackBerry Getting Started Guide in order to have everything ready to go. Note: The devices this guide will be able to deploy to... Read more...
January 7, 2013 Update: We are live! Apache Cordova 2.3.0 with full support for Windows Phone 8 is available. Here’s the quick list of steps to follow to get started: Download Apache Cordova 2.3.0 Watch the 5’ tutorial on Channel9 Read the new ‘Getting Started’ Guide Read the rest of the post below for all the details! Over the last few months, we have been working to bring Windows Phone 8 (WP8) into Apache Cordova. I originally announced the newly supported device at... Read more...
At PhoneGap Day US 2012, Dan Silivestru spoke about the Ripple Emulator and proudly announced emulate.phonegap.com. About Debugging a mobile web application is not easy and a PhoneGap application is even more difficult. PhoneGap Debug uses Apache Cordova’s Weinre to help you inspect the DOM and JavaScript of your PhoneGap app. However, it’s also helpful to test your application before deploying to a device. You can accomplish this on your desktop browser, which offers a richer... Read more...