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 EE27A10FAB for ; Fri, 13 Sep 2013 18:14:17 +0000 (UTC) Received: (qmail 62768 invoked by uid 500); 13 Sep 2013 18:14:17 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 62742 invoked by uid 500); 13 Sep 2013 18:14:17 -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 62734 invoked by uid 99); 13 Sep 2013 18:14:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 18:14:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shazron@gmail.com designates 209.85.128.53 as permitted sender) Received: from [209.85.128.53] (HELO mail-qe0-f53.google.com) (209.85.128.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 18:14:11 +0000 Received: by mail-qe0-f53.google.com with SMTP id jy17so1252783qeb.26 for ; Fri, 13 Sep 2013 11:13:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=O+h602TtRQ6FdwunogCqowZkw3BOfkx5oQITyZ4H6hk=; b=vXGvUBiqy5y9YSTxzxUOar0DzUz5G9fdBEdOFf3gInNdCyXHl5+wib4EfEaxEHmFHC HWQqtDWcJ1JxyhQkecN9vyGd4cuRLRE4EVOW2Ykz0FNwRXoYQ5T4BQ0vVr8lJM3AtYa9 e0sbHUB4ZwkjVhBVjtLWEVcpikjeWZgsukG1Y/GFg13BKof5QQeIZ9JtXwlWVsIe4M2o ir6C7nG+3svizfTKn/2cyq2yuSs8/eIL8XyRI1xYQcSNphLOrDKOUBCv0Wk76RGCefEu GpIfeIEPyQJwKK6rlKdBpYkuUj9ypDfmIsVE5MbgW0MHJB2bMd5YTFbzyhbzy2D9P9/l x9xA== X-Received: by 10.229.174.3 with SMTP id r3mr27549939qcz.10.1379096030289; Fri, 13 Sep 2013 11:13:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.47.106 with HTTP; Fri, 13 Sep 2013 11:13:10 -0700 (PDT) From: Shazron Date: Fri, 13 Sep 2013 11:13:10 -0700 Message-ID: Subject: meta tag viewport bug(?) in iOS 7 To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a11c2a30aff57cd04e647d084 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2a30aff57cd04e647d084 Content-Type: text/plain; charset=ISO-8859-1 issue: https://issues.apache.org/jira/browse/CB-4323 I think it's an Apple bug because it appears if you have an iPhone app in an iPad, it thinks device-width and device-height is the dimensions of the iPad, when it is supposed to be iPhone sized. An option is removing the width and height attributes from the app-hello-world template since it doesn't appear to affect the layout on anything if removed (but fixes this alleged Apple bug) - but if it's an Apple bug, I think just a note in the HTML or some other doc will suffice --001a11c2a30aff57cd04e647d084--