[GitHub] cordova-ios pull request: CB-9883

2015-11-11 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-ios/pull/179#issuecomment-155847309 Are you able to verify this works @chaffeqa? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] cordova-ios pull request: CB-9883

2015-11-11 Thread chaffeqa
Github user chaffeqa commented on the pull request: https://github.com/apache/cordova-ios/pull/179#issuecomment-155768503 That looks great to me! honestly i dont know how i felt about the idea of dynamically injecting a script... call me old school ;) Thanks guys a ton for all

[GitHub] cordova-ios pull request: CB-9883

2015-11-10 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-ios/pull/179#issuecomment-155692488 Is this sufficient in the wkwebview plugin? ``` if(window.webkit && window.webkit.messageHandler) { module.exports = iOSExec; } else {

[GitHub] cordova-ios pull request: CB-9883

2015-11-10 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-ios/pull/179#issuecomment-155689767 I'll fix that. --- 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 t

[GitHub] cordova-ios pull request: CB-9883

2015-11-10 Thread shazron
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 co

[GitHub] cordova-ios pull request: CB-9883

2015-11-10 Thread chaffeqa
Github user chaffeqa commented on the pull request: https://github.com/apache/cordova-ios/pull/179#issuecomment-155608082 I don't know if this was the path intended, but the new changes break the falling back to UIWebView since simply including the WKWebview clobbers `cordova.exec` (a

[GitHub] cordova-ios pull request: CB-9883

2015-11-09 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/179#issuecomment-155253981 It's the Bridge of IFrame-Dûm! Good work Olórin of the Cabbages Purple --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] cordova-ios pull request: CB-9883

2015-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/180 --- 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

[GitHub] cordova-ios pull request: CB-9883

2015-11-09 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-ios/pull/180 CB-9883 Remove last remaining alternative bridge (wk-webview) The wk-webview plugin is now clobbering cordova.exec to provide it's own implementation. You can merge this pull request

[GitHub] cordova-ios pull request: CB-9883

2015-11-09 Thread purplecabbage
Github user purplecabbage closed the pull request at: https://github.com/apache/cordova-ios/pull/179 --- 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 fea

[GitHub] cordova-ios pull request: CB-9883

2015-11-09 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-ios/pull/179 CB-9883 Also remove the wk-webview bridge as the plugin itself simply clobbers cordova.exec now. 1 Bridge! You shall not pass! You can merge this pull request into a Git repository b

Re: [GitHub] cordova-ios pull request: CB-9883 - Remove unused iOS bridges

2015-11-05 Thread Jesse
And that we need to watch what others commit. More review would have stopped this in the first place. > On Nov 5, 2015, at 6:33 PM, csantanapr wrote: > > Github user csantanapr commented on the pull request: > >https://github.com/apache/cordova-ios/pull/178#issuecomment-154265526 > >

[GitHub] cordova-ios pull request: CB-9883 - Remove unused iOS bridges

2015-11-05 Thread csantanapr
Github user csantanapr commented on the pull request: https://github.com/apache/cordova-ios/pull/178#issuecomment-154265526 @shazron is this a lesson learned that certain experimental things should be kept in experimental branches and not in master :+1: --- If your project is set up

[GitHub] cordova-ios pull request: CB-9883 - Remove unused iOS bridges

2015-11-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/178 --- 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

[GitHub] cordova-ios pull request: CB-9883 - Remove unused iOS bridges

2015-11-04 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/178#issuecomment-153908591 IFRAME_NAV has always worked from the beginning and has been the default, the other bridge modes are experimental to try to gain speed, but flakey -- like the comme

[GitHub] cordova-ios pull request: CB-9883 - Remove unused iOS bridges

2015-11-04 Thread csantanapr
Github user csantanapr commented on the pull request: https://github.com/apache/cordova-ios/pull/178#issuecomment-153887028 With this removal, is there a minimum ios version that this will work only using the IFRAME_NAV bridge? --- If your project is set up for it, you can reply to t

[GitHub] cordova-ios pull request: CB-9883 - Remove unused iOS bridges

2015-11-03 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-ios/pull/178 CB-9883 - Remove unused iOS bridges Please review. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shazron/cordova-ios CB-9883 Alternativel