Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AB68FDC74 for ; Wed, 27 Jun 2012 03:40:50 +0000 (UTC) Received: (qmail 80561 invoked by uid 500); 27 Jun 2012 03:40:50 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 80415 invoked by uid 500); 27 Jun 2012 03:40:50 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 80392 invoked by uid 99); 27 Jun 2012 03:40:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 03:40:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bowserj@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 03:40:43 +0000 Received: by wgbdr1 with SMTP id dr1so512925wgb.0 for ; Tue, 26 Jun 2012 20:40:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=HiSJ0E6n0uAZifgj3k9agSaYi1nxwrm12QNFC+yUGic=; b=VyCyYCGrSbVHjXjij5qAg0D8LeZ8w3nQuNCGTcV+V2f4sRs8Er2crpFM0nn4kMPFUu JKzKEQtKpCZ2qf5hxBhSrKWIOxFvNk0D1GvrKbHfmx3WyTVcbtCLM9DADH9Cfy8vo+7Y +uUnO4TZPh73ECs9MrFB4hTb2LM5czrZz2sIU3h0ts+yvMO3zVwNbF35cLuOmMS/rV2c oOOf9UIO4svblDvPG6HOzKovLifZnTTn+CeLVOrKylspL8EqbGWiym+O02SdwiNZz+no 3GdRzBgUzQNWauvfpXT76V2o4bJJa4TYhVnVzX8foweKJjB1wiEfi88ELrqTGk9zFRxO LCog== MIME-Version: 1.0 Received: by 10.216.198.65 with SMTP id u43mr9944842wen.170.1340768423138; Tue, 26 Jun 2012 20:40:23 -0700 (PDT) Received: by 10.223.47.135 with HTTP; Tue, 26 Jun 2012 20:40:23 -0700 (PDT) In-Reply-To: References: Date: Tue, 26 Jun 2012 20:40:23 -0700 Message-ID: Subject: Re: Multitouch Support in Android WebView From: Joe Bowser To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Too late for a 1.9, could we get this into 2.0? Also, the Galaxy Nexus HAS Multitouch (It's live in ICS). Can you test on the Motorola RAZR that's in the office? I can try it at home here. Joe On Tue, Jun 26, 2012 at 8:35 PM, Filip Maj wrote: > https://github.com/Philzen/WebView-MultiTouch-Polyfill > > > ^^^ this does all the work. Apache Licensed. The guy who wrote it is > excited about contributing it to the project. > > It took me all of 2 minutes to integrate into a standard DroidGap-based > app. On my Galaxy Nexus I was able to get 5 simultaneous touches being > tracked perfectly. > > Would need a little cleanup JS-wise. Also gives us the excuse of adding > touch tests to mobile-spec. > > Pretty awesome.. >