cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
265 stars 316 forks source link

Draft Implementing wkwebview (Cordova ios 4) #120

Closed johnrobertcobbold closed 8 years ago

johnrobertcobbold commented 8 years ago

Qiuckly hacked something for this plugin to be compatible with wkwebview (using Ionic and Cordova iOs 4)

Going to need some extra work so as to cast WKWebView so it doesn't cause compiler error if WKWebView is not defined. Inspired by something like this (?) :

tsubik commented 8 years ago

Hey, @johnrobertcobbold thanks for you insights. I've done that here: 2a55abb9 pretty much as you described above.

johnrobertcobbold commented 8 years ago

@tsubik indeed working great, just implemented