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 4BC6B18D18 for ; Mon, 1 Feb 2016 03:51:40 +0000 (UTC) Received: (qmail 47559 invoked by uid 500); 1 Feb 2016 03:51:40 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 47531 invoked by uid 500); 1 Feb 2016 03:51:40 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 47520 invoked by uid 99); 1 Feb 2016 03:51:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2016 03:51:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DB6B32C14F7 for ; Mon, 1 Feb 2016 03:51:39 +0000 (UTC) Date: Mon, 1 Feb 2016 03:51:39 +0000 (UTC) From: "vB Results, LLC. (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-10490) WKWebView Not Functioning With Critical Plugins 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-10490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] vB Results, LLC. updated CB-10490: ---------------------------------- Description: The latest version of cordova-plugin-wkwebview-engine does not work with critical plugins like cordova-plugin-splashscreen and phonegap-plugin-push. For example, with UIWebView and cordova-plugin-splashscreen, after the splash screen disappears, the config.xml splash screen settings take effect. The push plugin simultaneously prompts the user to allow push alerts. In regards to the settings that take effect with UIWebView, examples: "Status Bar Overlays WebView", "Status Bar Style", and "Status Bar Background Color", etc. In the WKWebView engine, these are ignored. No push alert prompt either. At first I thought something was wrong with the other plugins, but after looking over the WK code, I get the sense it's missing something fundamental. AFAIK [~EddyVerbruggen]'s plugin works with cordova-plugin-splashscreen. That said, some interfaces were made private in cordova-ios 4, so Eddy's plugin doesn't work for now, and going back to cordova-ios 3 opens a whole other can of worms. was: The latest version of cordova-plugin-wkwebview-engine does not work with critical plugins like cordova-plugin-splashscreen and phonegap-plugin-push. For example, with UIWebView and cordova-plugin-splashscreen, after the splash screen disappears, the config.xml splash screen settings take effect. The push plugin simultaneously prompts the user to allow push alerts. In regards to the settings that take effect with UIWebView, examples: "Status Bar Overlays WebView", "Status Bar Style", and "Status Bar Background Color", etc. In the WKWebView engine, these are ignored. No push alert prompt either. At first I thought something was wrong with the other plugins, but after looking over the WK code, I get the sense it's missing something fundamental. > WKWebView Not Functioning With Critical Plugins > ----------------------------------------------- > > Key: CB-10490 > URL: https://issues.apache.org/jira/browse/CB-10490 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin WKWebViewEngine > Reporter: vB Results, LLC. > Priority: Blocker > > The latest version of cordova-plugin-wkwebview-engine does not work with critical plugins like cordova-plugin-splashscreen and phonegap-plugin-push. > For example, with UIWebView and cordova-plugin-splashscreen, after the splash screen disappears, the config.xml splash screen settings take effect. The push plugin simultaneously prompts the user to allow push alerts. > In regards to the settings that take effect with UIWebView, examples: "Status Bar Overlays WebView", "Status Bar Style", and "Status Bar Background Color", etc. In the WKWebView engine, these are ignored. No push alert prompt either. > At first I thought something was wrong with the other plugins, but after looking over the WK code, I get the sense it's missing something fundamental. AFAIK [~EddyVerbruggen]'s plugin works with cordova-plugin-splashscreen. > That said, some interfaces were made private in cordova-ios 4, so Eddy's plugin doesn't work for now, and going back to cordova-ios 3 opens a whole other can of worms. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org