[
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)