Actually it's already possible in any iOS version, we just have to make sure the plugin loads at startup. This is for UIWebView only, WKWebView has this issue: https://issues.apache.org/jira/browse/CB-7049 - you can't intercept any requests from it currently (not sure if anything changed in iOS 8 beta 3)
On Mon, Jul 7, 2014 at 11:45 AM, Brian LeRoux <b...@brian.io> wrote: > Was discussing this w/ Shaz and Joe and, in theory, this is possible from > iOS8 onward and possibly w/ some refactoring in the 4.x series of Android. > > Its also probably the single most problematic areas of misunderstanding as > it relates to security we have. Isolating it from core would give us a > better picture of how important it truly is. > > Thoughts?