Some have been asking -- why not use that Telerik plugin? 1. Swizzling will potentially come with some headaches in the future. As it is currently, the Telerik plugin swaps implementations for an AppDelegate function. So whatever changes we have in the AppDelegate function in the future, it will be lost. The plugin could call the old implementation as well (it does not do so currently), but of course this could create problems as is. This would be hard to maintain with potential future changes.
2. The Telerik plugin will not work if you have any file:// url references when using the core Camera and File plugins. The pluggable webview (wkwebview-engine) and local httpserver proposed will have a solution for this (still a work in progress, needs testing). The Telerik plugin can of course copy from our proposed code to solve this problem. Blog post upcoming, I think, where I can just gather all info regarding the planned work -- for the general public and not just us devs. On Mon, Feb 9, 2015 at 11:23 AM, Shazron <shaz...@gmail.com> wrote: > Darryl: That plugin, based on inspection, is based off my work in > progress code (also used to be based off tmp loading, but now uses the > same httpserver method). The major thing I can see they added was > swizzling an AppDelegate method so it can work on any 3.x cordova-ios. > > In other news -- the new Xcode 6.3 beta (iOS 8.3) does *not* contain > the loadFileURL:readAccessURL: selector that we are all waiting for > :'( > https://twitter.com/wkwebview/status/564865657225756672 > > On Wed, Dec 10, 2014 at 10:28 PM, Darryl Pogue <dvpdin...@gmail.com> wrote: >> On 10 December 2014 at 22:20, Ally Ogilvie <aogil...@wizcorp.jp> wrote: >>> >>> @Brian it's a dark road down that way.. >>> >>> However, the guys at Ludei patched WKWebView and released "WebView+ for >>> iOS" but have not released the source code :( >>> https://github.com/ludei/webview-plus-ios/tree/master/ios/Release-iphoneos >>> >> >> There's also a Telerik plugin for WkWebView support: >> https://github.com/Telerik-Verified-Plugins/WKWebView >> >> It seems to do roughly the same thing that Shazron's been working on >> (serving from a local HTTP server rather than from file). >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org >> For additional commands, e-mail: dev-h...@cordova.apache.org >> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org