From callback-dev-return-827-apmail-incubator-callback-dev-archive=incubator.apache.org@incubator.apache.org Tue Dec 13 01:04:05 2011 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 8075897DE for ; Tue, 13 Dec 2011 01:04:05 +0000 (UTC) Received: (qmail 60907 invoked by uid 500); 13 Dec 2011 01:04:05 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 60880 invoked by uid 500); 13 Dec 2011 01:04:05 -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 60872 invoked by uid 99); 13 Dec 2011 01:04:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 01:04:05 +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 (athena.apache.org: domain of brian.leroux@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 01:03:58 +0000 Received: by iadj38 with SMTP id j38so9562184iad.6 for ; Mon, 12 Dec 2011 17:03:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=GAaVFCrwoTXMVN03/bn1/Hro5UP0+RDVaiQ1hanfTLw=; b=VH1pvRUqjHE53hdLZNNTtQ2qLNGagwjPnWrcEIk/0z+YVJhbr4yr3NaORCGY5yB0uU wjUt4tIX/b7wALdQSFI3H7da+OVAYhIJr9dQPPMEF7pNV5CQFpP2q/rZWUvdDe/30WYM S/GvezRHLNPExj3N2+0HvfU7xdYVQcfsaTAp8= MIME-Version: 1.0 Received: by 10.50.179.7 with SMTP id dc7mr17063275igc.68.1323738218441; Mon, 12 Dec 2011 17:03:38 -0800 (PST) Sender: brian.leroux@gmail.com Received: by 10.50.182.194 with HTTP; Mon, 12 Dec 2011 17:03:38 -0800 (PST) In-Reply-To: <7286632668281849323@unknownmsgid> References: <-4848153779676846049@unknownmsgid> <7286632668281849323@unknownmsgid> Date: Mon, 12 Dec 2011 17:03:38 -0800 X-Google-Sender-Auth: vfvCsy1_KOYEB6JV3nowia_WSPU Message-ID: Subject: Re: CordovaView?? - A proof of concept of making a custom Android View with Cordova Web APIs exposed From: Brian LeRoux To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable one more sidetrack: what if a js lib was a plugin? (what could a jquery-mobile plugin look like?) On Mon, Dec 12, 2011 at 4:43 PM, Jesse MacFadyen wrote: > SideTrack: > To run JavaScript for app logic. Not typical, I have done this too, > although just testing the validity of rendering native components from > js. Becomes something entirely different if you wander too far down > this path. I don't consider this a usecase we HAVE to support. > > Cheers, > =A0Jesse > > Sent from my iPhone5 > > On 2011-12-12, at 3:47 PM, Brian LeRoux wrote: > >> hold up, I think I need more use cases, and less specifics about 'the >> how' here. I'm at loss to understand why you'd inc a webview only to >> hide it? >> >> >>>> I'm currently working on an app and set of plugins that use native chr= ome >>>> on iOS (and eventually Android) exclusively. I don't even show the web= view, >>>> I just have it added as a view somewhere, yet hidden, so it still work= s. >>>> >>> >>> Which completely invalidates Brian's assumption: "Plugins do not factor >>> into that >>> use case".