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 E867ED767 for ; Wed, 12 Dec 2012 18:36:01 +0000 (UTC) Received: (qmail 41657 invoked by uid 500); 12 Dec 2012 18:36:01 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 41624 invoked by uid 500); 12 Dec 2012 18:36:01 -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 41616 invoked by uid 99); 12 Dec 2012 18:36:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 18:36:01 +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.216.54 as permitted sender) Received: from [209.85.216.54] (HELO mail-qa0-f54.google.com) (209.85.216.54) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 18:35:56 +0000 Received: by mail-qa0-f54.google.com with SMTP id j15so1464046qaq.6 for ; Wed, 12 Dec 2012 10:35:35 -0800 (PST) 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=A+bjEiTy/O0ju99bSfy3FEOcXx+yBf4MCypEp0EMwF4=; b=QrY4It/gVGS6H7uR+XdDYfX5Vax3mbcrHLilPtRvCO/eU5b/5TdoU8Gb1/KhaBt3AE zzg9uXtDYdx2xIPcznERa5ZOChdy8OZEyXLjlrMIz3a+yCnsouAf0ZuDgeMKL3si7t/9 Z3CMqa8MdvZYF6inYQBUkherf2kJRNgkMm3bv1/cuP+lOGx2Thd7lmkyiEBn+Px5wQB3 IDYfEg/h6uJxjbi3CBzH08T6Dx1mGL4YJdX3bz37Cj+V13a3hvdqo/V/U51IIk/vtf11 hpM+n5+UjDQ2ac1lS5p2U+GaWUAr0m3j2hp9jZmuI+DOdftZfTBDNVTOfLeNJ0tPjapQ PvPg== MIME-Version: 1.0 Received: by 10.224.116.12 with SMTP id k12mr3750412qaq.47.1355337335248; Wed, 12 Dec 2012 10:35:35 -0800 (PST) Received: by 10.49.130.234 with HTTP; Wed, 12 Dec 2012 10:35:35 -0800 (PST) In-Reply-To: <021a01cdd893$45bd04e0$d1370ea0$@com> References: <021a01cdd893$45bd04e0$d1370ea0$@com> Date: Wed, 12 Dec 2012 10:35:35 -0800 Message-ID: Subject: Re: HTML5 PLatform From: Joe Bowser To: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Please feel free to submit an issue on our issue tracker. I'm not entirely certain which feature you're asking for here, since it sounds like you're asking for at least three features. https://issues.apache.org/jira/browse/CB On Wed, Dec 12, 2012 at 10:05 AM, Jonathan Bond-Caron wrote: > - Are there any plans to have an 'HTML5' platform/release? > > I use the Cordova 'Android JavaScript' to do testing in the browser. Chrome > and Safari work nicely since they are both based on WebKit. > > > > What I'd like really like is to use HTML5 features like > getUserMedia() to take a picture within the browser. > > Here's some rough code I'm using: > http://pastebin.com/zKDpmV0d > > > > - Does anyone know a way to detect if a camera exists? > > http://stackoverflow.com/questions/7736973/check-camera-existence-in-ios-pho > negap > > http://stackoverflow.com/questions/12976725/checking-for-camera-access-in-ph > onegap?lq=1 > > > > Would be nice if Cordova could fill this 'gap', native platforms allow to > check this. > > > > > > > > > > > > >