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 61F9FD9EA for ; Wed, 27 Jun 2012 17:49:11 +0000 (UTC) Received: (qmail 11964 invoked by uid 500); 27 Jun 2012 17:49:11 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 11920 invoked by uid 500); 27 Jun 2012 17:49:11 -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 11911 invoked by uid 99); 27 Jun 2012 17:49:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 17:49:11 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fil@adobe.com designates 64.18.1.187 as permitted sender) Received: from [64.18.1.187] (HELO exprod6og104.obsmtp.com) (64.18.1.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 17:49:05 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob104.postini.com ([64.18.5.12]) with SMTP ID DSNKT+tHfZ/ayDKxDXtmjkWS2OYcIKMAdQ9Z@postini.com; Wed, 27 Jun 2012 10:48:45 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q5RHkPJ0012555 for ; Wed, 27 Jun 2012 10:46:25 -0700 (PDT) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q5RHmhYr024621 for ; Wed, 27 Jun 2012 10:48:43 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nahub01.corp.adobe.com ([10.8.189.97]) with mapi; Wed, 27 Jun 2012 10:48:46 -0700 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Wed, 27 Jun 2012 10:50:14 -0700 Subject: Re: Multitouch Support in Android WebView Thread-Topic: Multitouch Support in Android WebView Thread-Index: Ac1UjRjhB63YQQPWR4OAuJSlI3yxbA== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.2.120421 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org You're right Joe, totally blanked on that. Needs a little bit of work; performance-wise can get choppy on 2.x, and the touch targets are a bit off. Fixable, though. On 6/27/12 7:43 AM, "Brian LeRoux" wrote: >Yes. > >On Wednesday, June 27, 2012, Simon MacDonald wrote: > >> Yeah, this'd be great to get into 2.0. >> >> Simon Mac Donald >> http://hi.im/simonmacdonald >> >> >> On Tue, Jun 26, 2012 at 11:40 PM, Joe Bowser >>> >> wrote: >> > 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.. >> >> >>