Telerik-Verified-Plugins / WKWebView

DEPRECATED - this plugin served a purpose in the past, but there are better implementation now

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'Cordova/CDVLocalStorage.h' file not found

fabriek-huis opened this issue · comments

When I run my app with com.telerik.plugins.wkwebview plugin says 'Cordova/CDVLocalStorage.h' file not found?!

Full Error -
ProjectName/platforms/ios/LudeiTest/Plugins/com.telerik.plugins.wkwebview/MyMainViewController.m:4:9: 'Cordova/CDVLocalStorage.h' file not found

did you figure out how to fix this issue?

@baha2r Sorry no i didn't. Check Cordova's plugin for me its the best one (even better then Ionic's version).

thanks for your response @Sputn1k , do you mean this project?

And to give you some perspective I've inherited a cordova project that uses this plugin and I obviously wasn't able to use this with Cordova 7 and if I remove this plugin, none of the local files "file:\" would not load when I build and run the app. I don't even mind if it falls back to UIWebView, I'm just trying to make it work with the new Cordova, thought you might be able to give me some insights as all the different versions and discussions are making it a bit confusing for me to figure this out, thanks again.

@baha2r yes thats the one. I have latest Cordova (7.0.1) works for me. WKWebView is pretty buggy you might as well use UIWebView for production.

it does not work with ios platform > 4.x

I also tried downgrading at the time I didn't work for me.

i'm currently facing the same problem