I would like to know if its possible to use this plugin in ionic 1.
Currently I am using https://github.com/Telerik-Verified-Plugins/WKWebView so if we can use this plugin in ionic1 as well. so That would be great.
You can. But if you use localStorage, you probably will need to fork cordova-plugin-migrate-localstorage because apparently localStorage filename is different in each engine.
Edit:
I've forked cordova-plugin-migrate-localstorage so that it works with ionic-weview. https://github.com/kas84/cordova-plugin-migrate-localstorage
Basically the change is this one: https://github.com/kas84/cordova-plugin-migrate-localstorage/commit/3d42604444052b8aa42347001cce3657a086eb12
Plus in plugin.xml changed the dependency to
Closing, you can use it as kas84 explained
Most helpful comment
You can. But if you use localStorage, you probably will need to fork cordova-plugin-migrate-localstorage because apparently localStorage filename is different in each engine.
Edit:
I've forked cordova-plugin-migrate-localstorage so that it works with ionic-weview. https://github.com/kas84/cordova-plugin-migrate-localstorage
Basically the change is this one: https://github.com/kas84/cordova-plugin-migrate-localstorage/commit/3d42604444052b8aa42347001cce3657a086eb12
Plus in plugin.xml changed the dependency to because otherwise it would install wkwebview and would fail to build the app.