Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Issue 212 in gmaps-utility-library-dev: Clicking on links in ExtInfoWindow doesn't work on iPhone.

Received: by 10.101.112.3 with SMTP id p3mr808644anm.0.1334223277359;
        Thu, 12 Apr 2012 02:34:37 -0700 (PDT)
X-BeenThere: google-maps-utility-library@googlegroups.com
Received: by 10.236.140.106 with SMTP id d70ls3254502yhj.6.gmail; Thu, 12 Apr
 2012 02:34:37 -0700 (PDT)
Received: by 10.236.189.9 with SMTP id b9mr2392979yhn.8.1334223277002;
        Thu, 12 Apr 2012 02:34:37 -0700 (PDT)
Received: by 10.236.189.9 with SMTP id b9mr2392978yhn.8.1334223276992;
        Thu, 12 Apr 2012 02:34:36 -0700 (PDT)
Return-Path: <3rKGGTxAKAIsr3st7x8t-236t40Dv33v0t....@codesite.bounces.google.com>
Received: from mail-gy0-f203.google.com (mail-gy0-f203.google.com [209.85.160.203])
        by gmr-mx.google.com with ESMTPS id y36si4824984yhg.2.2012.04.12.02.34.36
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 12 Apr 2012 02:34:36 -0700 (PDT)
Received-SPF: pass (google.com: domain of 3rKGGTxAKAIsr3st7x8t-236t40Dv33v0t....@codesite.bounces.google.com designates 209.85.160.203 as permitted sender) client-ip=209.85.160.203;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3rKGGTxAKAIsr3st7x8t-236t40Dv33v0t....@codesite.bounces.google.com designates 209.85.160.203 as permitted sender) smtp.mail=3rKGGTxAKAIsr3st7x8t-236t40Dv33v0t....@codesite.bounces.google.com; dkim=pass header...@google.com
Received: by ghbg20 with SMTP id g20so58324ghb.4
        for <google-maps-utility-library@googlegroups.com>; Thu, 12 Apr 2012 02:34:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=google.com; s=20120113;
        h=mime-version:reply-to:x-generated-by:x-googlecode-project
         :x-googlecode-issue-id:references:in-reply-to:message-id:date
         :subject:from:to:content-type;
        bh=h4MeBrzkj3horCW9+0Sf5OPr2L6JNnUsVK24Cdh094M=;
        b=EsKlyoBUvwIwKQZFIib6iy1FO/FHTcGxIe6CA/1G6exVa+IELK7zH4SWd7MmAfqH0z
         TizXrexOjkLKt2h88NeCqD04/b7SlZ16Q/Ta8T/E2iuKscX7/SqndxfiOjZRuZmLwvhA
         pRq+HPfar0GR1yTJFrnB8w4D+hIvOztcEFYgRnk/+pQ7o9A/FuaNjmhZCfH/N5gGUSEx
         6/WMXepjwcoQMk6dGzjPUiimsIH/ctpMLj7eDAsSrtuRPJ2303+L8twfRMKJ9CuP/L88
         7dCTRF7/J3BH8SWusDGr2Zzs6Ou/HUXAGQ/uIyoB0/JhMphg4iNzNwMeUnkzfR7CUpup
         eXlg==
MIME-Version: 1.0
Received: by 10.224.173.70 with SMTP id o6mr1093960qaz.2.1334223276907; Thu,
 12 Apr 2012 02:34:36 -0700 (PDT)
Reply-To: codesite-nore...@google.com
X-Generated-By: Google Code
X-GoogleCode-Project: gmaps-utility-library-dev
X-GoogleCode-Issue-Id: 212
References: <0-4757601849388020439-12663154161636563010-codesite-noreply=google....@googlecode.com>
In-Reply-To: <0-4757601849388020439-12663154161636563010-codesite-noreply=google....@googlecode.com>
Message-ID: <1-4757601849388020439-12663154161636563010-codesite-noreply=google....@googlecode.com>
Date: Thu, 12 Apr 2012 09:34:36 +0000
Subject: Re: Issue 212 in gmaps-utility-library-dev: Clicking on links in
 ExtInfoWindow doesn't work on iPhone.
From: codesite-nore...@google.com
To: google-maps-utility-library@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes


Comment #1 on issue 212 by katz...@gmail.com: Clicking on links in  
ExtInfoWindow doesn't work on iPhone.
http://code.google.com/p/gmaps-utility-library-dev/issues/detail?id=212

Fix: Add touchstart to stolen events.

var stealEvents =  
['touchstart', 'mousedown', 'dblclick', 'DOMMouseScroll', 'onmousewheel'];