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 3281110F05 for ; Thu, 20 Mar 2014 21:46:36 +0000 (UTC) Received: (qmail 93593 invoked by uid 500); 20 Mar 2014 21:46:35 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 93558 invoked by uid 500); 20 Mar 2014 21:46:35 -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 93550 invoked by uid 99); 20 Mar 2014 21:46:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 21:46:35 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of csantana23@gmail.com designates 209.85.215.54 as permitted sender) Received: from [209.85.215.54] (HELO mail-la0-f54.google.com) (209.85.215.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2014 21:46:31 +0000 Received: by mail-la0-f54.google.com with SMTP id mc6so1065434lab.41 for ; Thu, 20 Mar 2014 14:46:10 -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=P2JApAL8yqYG+KNY+8KlQyXMW/UEdBxQQqdjMkh5a5E=; b=uUAVXhKrwOHDPYvPxOjWJPJaDQTUJ83d006DgZvayVwbipAV8iJkoCECcxagxjpBwt 4cx3Dt/cmztjIeFixT8ws+ZJtdlx+c9kiCdLm4UCDUrj181eSMquR6eIPSPrk6MQheub I8uuYEYWIg18ZYrAYRpwKDsEqW4rX5euAwEYLSSylfF7EAuxRk/HsXMNLcG2DB7tBnyF DWgYdw8lOQjcy3QaRLVkzuSsRVClkI6GObz5OsNgPniccvoAsk3Po2/z7FJmKbd8sfuS Nho2j8506c9ATcKb0/gm9bzlS4p+wP7+kxy1IatTwQz/zG8OCou29u8y93UNiR8Lkbe5 QzEA== MIME-Version: 1.0 X-Received: by 10.152.87.71 with SMTP id v7mr31625031laz.10.1395351969791; Thu, 20 Mar 2014 14:46:09 -0700 (PDT) Received: by 10.114.181.241 with HTTP; Thu, 20 Mar 2014 14:46:09 -0700 (PDT) In-Reply-To: References: Date: Thu, 20 Mar 2014 17:46:09 -0400 Message-ID: Subject: Re: Android Wear + Cordova From: Carlos Santana To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a11c355b27f038804f510b297 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c355b27f038804f510b297 Content-Type: text/plain; charset=ISO-8859-1 I have one and it's worth the $149 for my usage. But I also like the look of the moto 360, I hope they support iOS Yep they don't have a webview, just wondering if it will be worthy to imement some type of canvas or svg API for folks to create watch faces or apps using web Apis. On Thursday, March 20, 2014, Brian LeRoux wrote: > not sure it makes sense for Cordova if there is no webview but now I really > want to buy one of those! > > > On Wed, Mar 19, 2014 at 7:54 PM, Carlos Santana > >wrote: > > > What about Pebble Watch? > > https://developer.getpebble.com/2/guides/javascript-guide.html > > > > They have a JavaScript SDK. Similar concept as Google wear in terms of > > messaging/notifications from/to phone > > > > > > > > On Wed, Mar 19, 2014 at 12:35 PM, Ross Gerbasi > > wrote: > > > > > Yeah thats a good call on waiting until we get something more solid. It > > > really does seem like right now all we can really do is show > > notifications > > > in the emulator, not super exciting. > > > > > > I guess I can put together the beginnings of a wear plugin that allows > > for > > > notifications to go to the emulator from a JS app on your device, but I > > > don't think anyone will care much until it is expanded upon. > > > > > > > > > On Wed, Mar 19, 2014 at 11:11 AM, Joe Bowser > > wrote: > > > > > > > On Wed, Mar 19, 2014 at 8:03 AM, Ross Gerbasi > > > > > wrote: > > > > > Alright on it ;) I am starting to think this is not the case though > > for > > > > > Android Wear (the webview anyway) As I have been reading through > the > > > > > Getting started guide here it says > > > > > > > > > > *Caution:* Do not install apps on the Android Wear emulator. The > > system > > > > > does not support traditional Android apps and the result of running > > > such > > > > > apps is unpredictable. > > > > > > > > Yeah, the emulator is stripped down for only notifications for now. > > > > This is most likely on purpose because the Android team doesn't know > > > > how things will work yet. > > > > > > > > > > > > > > I am starting to see that wear is simply a receiver for things > > (mainly > > > > > notifications) from an App. With the ability to send a response > > > backlike > > > > > what button was clicked or what text to speech thingy you said. If > > > anyone > > > > > else has looked into this more please tell me if I am off track, > but > > I > > > > > believe this will be very simple to add cordova support via a > plugin. > > > We > > > > > will simply add the wear jar library and abstract out all the "send > > > > > notification" magic to allow javascript to send those along. > > > > > > > > > > > > > We should have a notifications plugin on Android, but I don't think > it > > > > should be core. > > > > > > > > Honestly, we should wait until there's a real device and there's more > > > > information. I primarily see the value of Android Wear as a > > > > Garmin/FitBit Killer in that this device will most likely replace > your > > > > FitBit, your GPS watch and may have a heart rate monitor. Of course, > > > > you need access to the device to see if you can access the > > > > accelerometer and Heart Rate Monitor. Right now, Google has only > > > > exposed the ability to push notifications up to users, which IMO is > > > > pretty meh. If you use the Beta app and enable notifications, the > > > > notifications already get pushed up. I was already able to launch G+ > > > > and Ingress from the emulator. > > > > > > > > But yeah, I wish I knew people at LG and Motorola. > > > > > > > > > > > > > > > -- > > Carlos Santana > > > > > > -- Carlos Santana --001a11c355b27f038804f510b297--