I used many plugins in my Ionic 2 project. All things works fine before. But after launching ionic state reset --plugins
, some objects cannot be found any more.
I've used Beacon Plugin in my project.
----edit----
What it doesn't work is
Cannot read property 'Delegate' of undefined
in var delegate = new this.locationManager.Delegate();
----edit----
The most weird thing is that ionic serve
works (Browser), but ionic run android
(Device) doesn't.
----edit----
After ionic platform rm android
and ionic platform add android
, still doesn't works.
----edit----
Doesn't work even I reinstall the Cordova
.