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 A185418876 for ; Wed, 11 Nov 2015 00:36:50 +0000 (UTC) Received: (qmail 31115 invoked by uid 500); 11 Nov 2015 00:36:50 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 31070 invoked by uid 500); 11 Nov 2015 00:36:50 -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 31058 invoked by uid 99); 11 Nov 2015 00:36:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2015 00:36:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EA9CBE048E; Wed, 11 Nov 2015 00:36:49 +0000 (UTC) From: shazron To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-ios pull request: CB-9883 Content-Type: text/plain Message-Id: <20151111003649.EA9CBE048E@git1-us-west.apache.org> Date: Wed, 11 Nov 2015 00:36:49 +0000 (UTC) Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/179#issuecomment-155613091 Good point, didn't think of that scenario. Ideally each WebView engine, when activated, should inject its own bridge. This would solve this scenario. We could do this for the WKWebViewEngine plugin -- when it is activated, read the .js file and inject it. The UIWebViewEngine (private) plugin could do it as well in the same manner but we would have to remove the .js from cordova-js-src folder (which is aggregated by cordova-js to create cordova.js) and leave this as a concern for the platform itself. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org