Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B8DC104F3 for ; Mon, 2 Dec 2013 20:58:35 +0000 (UTC) Received: (qmail 92085 invoked by uid 500); 2 Dec 2013 20:58:35 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 92067 invoked by uid 500); 2 Dec 2013 20:58:35 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 92056 invoked by uid 99); 2 Dec 2013 20:58:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 20:58:35 +0000 Date: Mon, 2 Dec 2013 20:58:35 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4472) webviewbounce vs uiwebviewbounce MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836914#comment-13836914 ] ASF subversion and git services commented on CB-4472: ----------------------------------------------------- Commit 2a7bcaeccf415f1ceaaed8f7c19f832add9e5d45 in branch refs/heads/master from [~agrieve] [ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=2a7bcae ] [CB-4472] Fix tests broken by previous commit. > webviewbounce vs uiwebviewbounce > -------------------------------- > > Key: CB-4472 > URL: https://issues.apache.org/jira/browse/CB-4472 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 3.0.0 > Environment: phonegap 3.0.0-0.14.0 > Reporter: Oliver Michalak > Assignee: Andrew Grieve > > In config.xml, we can define "webviewbounce" to be true or false. > "phonegap local build ios" will create two entries in the platform/ios/www/config.xml file in that blongs to webview bouncing: > "webviewbounce" AND "uiwebviewbounce" - the later is probably wrong and will not be filled with the value from the original webviewbounce value > The cordovalLib on iOS parses the "uiwebviewbounce" only. > As a result, the general "webviewbounce" will completely be ignored, after each compile, you have to manually fix the "uiwebviewbounce" value. -- This message was sent by Atlassian JIRA (v6.1#6144)