Skip to content
Philzen edited this page Jun 20, 2012 · 10 revisions

webview-multitouch-polyfill

A Polyfill example to enable multitouch functionality in Android 2.x HTML 5 Apps

WebView MultiTouch PolyFill (WMP) is basically a few lines of Android java code which register touch events on an Android.WebKit.View and pass them on to an HTML Apps' DOM via javascript calls. The example project compiles against Android 2.3.3 (API 10), but the polyfill technique employed should work on all Android 2.x Devices. That being said - i personnally only own a API 10 device, so it'd be great if you folks out there could test on other (earlier) devices as well.

Getting OpenLayers Pinch-Zoom and all the other cool stuff working on 2.x

Clone this wiki locally