Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 978411085E for ; Thu, 12 Sep 2013 17:05:10 +0000 (UTC) Received: (qmail 14422 invoked by uid 500); 12 Sep 2013 17:03:14 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 14393 invoked by uid 500); 12 Sep 2013 17:03:13 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 14295 invoked by uid 99); 12 Sep 2013 17:03:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 17:03:13 +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 209.85.220.174 as permitted sender) Received: from [209.85.220.174] (HELO mail-vc0-f174.google.com) (209.85.220.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 17:03:06 +0000 Received: by mail-vc0-f174.google.com with SMTP id gd11so53692vcb.33 for ; Thu, 12 Sep 2013 10:02:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=HisNbb9J3D7Srw8Ibd647NztplGRmKmDtFvv8KAFn3c=; b=KV1n63XJM4zvSiLj9lXO3QHjXJqcNN9jfDGKeeWIO32noER7DFDCOVxJvALnh+OS9g NIvFDcIeQllXW6U4vmMMAmMcpc8FqwWa6+gZowy/3RctLtsJRMGnqq9Ec23hK2+Cen9F jBvpqf2JwWaI3QCByqX7ajZRMWm5bJcyzcnUtsr3NCfbGevbKOAb6ISkKl5jD5Qy2gs1 45NNFsByMV5vHuy13PiD8f+GGHxVt0A8aC4mY8f4tgdkDdgZdvPkAzBZ8SrbaDJrNIij Zm4fThpWmfuahESeuuymljIOcr74hrvQjt1dLy2kV0C23i7bzeaYtEt3W0DmTlfeOLXV 9XAQ== MIME-Version: 1.0 X-Received: by 10.52.98.7 with SMTP id ee7mr1392926vdb.37.1379005365993; Thu, 12 Sep 2013 10:02:45 -0700 (PDT) Received: by 10.220.183.5 with HTTP; Thu, 12 Sep 2013 10:02:45 -0700 (PDT) Reply-To: bowserj@apache.org In-Reply-To: References: Date: Thu, 12 Sep 2013 10:02:45 -0700 Message-ID: Subject: Re: [Android] Adding init() to the template and decoupling from loadUrl From: Joe Bowser To: Lorin Beer Cc: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I've committed it. It doesn't break anything, and if we can fix random view detachment issues, I think it's all good. On Thu, Sep 12, 2013 at 9:52 AM, Lorin Beer wrote: > reviewing the issue, I don't see any problem with this fix. Sounds > reasonable to me. > > > On Wed, Sep 11, 2013 at 1:24 PM, Joe Bowser wrote: >> >> This is in response to CB-4620: >> >> This bug only happens if you are switching between pages faster than >> the app can draw the URI. I don't even know how this could happen, >> since I didn't think the WebView worked without being attached to a >> view, but it does. >> >> So, what I'm proposing is that we add an init() call to the template >> so that the layout is initialized before we load URLs? Is there a >> reason to not do this? Does this break anything? >> >> Joe > >