Adding touch support to WP7 Apache Cordova
Here’s a preview of the updates that will be available in Apache Cordova Windows Phone 1.7.0 The video demonstrates : – drag-able div used as a slider control – drawing on a canvas – use of iScroll4 ( without modification ) – preventing page scroll from some elements on the page, via event.preventDefault(); Cheers, J
Read More →PhoneGap meetup WP7
Wp7 gapmeetup View more presentations from purplecabbage
Read More →Plugins for PhoneGap + Windows Phone Mango
We recently added plugin support to WP7 PhoneGap apps. I will outline here what you need to do to start extending the functionality for WP7 PhoneGap projects. All WP7 PhoneGap plugins must derive from the PhoneGap base command. More specifically, the WP7GapClassLib.PhoneGap.Commands.BaseCommand class. Plugin commands are dealt with generically throughout the framework, and base command provides the base interface for …
Read More →Implementing WebStorage for PhoneGap + Windows Phone Mango ( Part 1 )
Windows Phone 7 with the Mango updates includes the new IE9 which is a very capable browser, and has support for many new standard HTML5 APIs. Some of the feature highlights (IMHO) include: addEventListener : no more conditional event code querySelectorAll : easily grab DOM elements by id/class/type etc. WebStorage APIs : localStorage + sessionStorage ES5 : Function.bind, Array.forEach, … …
Read More →