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 8A0F811E0B for ; Mon, 21 Jul 2014 18:38:39 +0000 (UTC) Received: (qmail 50734 invoked by uid 500); 21 Jul 2014 18:38:39 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 50706 invoked by uid 500); 21 Jul 2014 18:38:39 -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 50583 invoked by uid 99); 21 Jul 2014 18:38:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2014 18:38:39 +0000 Date: Mon, 21 Jul 2014 18:38:39 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (CB-7047) Support config.xml preferences for WKWebView 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-7047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah reopened CB-7047: ---------------------------------- Support these properties in WKWebViewConfiguration: {code} /*! @abstract A Boolean value indicating whether the web view suppresses content rendering until it is fully loaded into memory. @discussion The default value is NO. */ @property (nonatomic) BOOL suppressesIncrementalRendering; #if TARGET_OS_IPHONE /*! @abstract A Boolean value indicating whether HTML5 videos play inline (YES) or use the native full-screen controller (NO). @discussion The default value is NO. */ @property (nonatomic) BOOL allowsInlineMediaPlayback; /*! @abstract A Boolean value indicating whether HTML5 videos require the user to start playing them (YES) or can play automatically (NO). @discussion The default value is YES. */ @property (nonatomic) BOOL mediaPlaybackRequiresUserAction; /*! @abstract A Boolean value indicating whether AirPlay is allowed. @discussion The default value is YES. */ @property (nonatomic) BOOL mediaPlaybackAllowsAirPlay; {code} > Support config.xml preferences for WKWebView > -------------------------------------------- > > Key: CB-7047 > URL: https://issues.apache.org/jira/browse/CB-7047 > Project: Apache Cordova > Issue Type: Sub-task > Components: iOS > Environment: iOS 8 > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > > https://git-wip-us.apache.org/repos/asf/cordova-ios.git branch "wkwebview" -- This message was sent by Atlassian JIRA (v6.2#6252)