Category: PhoneGap
Improving geolocation getCurrentPosition() with getAccurateCurrentPosition()
getAccurateCurrentPosition() is a simple enhancement to navigator.geolocation that provides a more accurate and predictable result. It is intended for any geolocation-enabled web browser. This is also usable in PhoneGap applications since PhoneGap uses the underlying HTML geolocation APIs already. I have tested this on desktop Chrome, Safari, Firefox and on iOS and Android devices. I have [...]
How to prevent bounce of PhoneGap app container in iOS apps – UIWebViewBounce
I’ve noticed that a lot of apps built with PhoneGap have a weird behavior on iPhone and iPad — You can tug at the main app and move it around slightly and let it bounce back into place. It’s as if the PhoneGap container is connected to the device with springs! I quickly found several [...]
Central Florida Events: Building real apps with HTML/JavaScript and PhoneGap
If you live anywhere near Tampa or Orlando and have an interest in building mobile apps using web standards, you need to come to one of the following two local events: Tampa — 5/9/2012 6:00PM please RSVP on the site – if it’s full, try again later in the day Orlando — 5/8/2012 6:00PM EDT [...]
JavaScript Developer Magazine – Appliness May Issue now Available
The May 2012 issue of Appliness is now available for your iPad and Android tablet. This issue has over 100 pages of content including tons of code samples and interactive demos. If you are a JavaScript developer, this is something you should subscribe to. It’s free. May 2012 table of contents: CSS Regions and CSS [...]
PhoneGap Day Videos now available
A great way to learn a lot about PhoneGap — http://phonegap.com/2011/11/03/relive-phonegap-day-with-videos/
JavaScript, CSS, HTML Frameworks and Tools – my list
One of the challenges in the world of HTML/JavaScript/CSS app development is cobbling together your kitchen sink of frameworks, tools and other technologies. When you start looking around, it feels like there is an endless list of options, which is good and bad! Recently, I’ve been gathering a list of what’s popular these days and [...]
Stupid PhoneGap Tricks – loading external content
Most PhoneGap apps are built so that the HTML/JS/CSS content is bundled into the app (see my previous blog post). I wondered if it was possible to load external content into the PhoneGap container, and after a few minutes of looking at the APIs, I discovered that it is doable, at least on Android (I’ll [...]
How PhoneGap impacts how we evangelize Flex
DISCLAIMER: The following is my personal opinion and not necessarily that of my employer (Adobe Systems, Inc.). The PhoneGap announcement at MAX 2011 really got a lot of people excited (including me!), and it raised a few questions about how it changes our jobs as evangelists. PhoneGap gives us the means to build cross-platform apps with [...]
Connect