I just uploaded the latest version of my app and checked it in ionic view and cordova plugins have suddenly stopped working.
Primarly the keyboard plugin. In my platform ready I have:
if (window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
cordova.plugins.Keyboard.disableScroll(true);
}
which is no longer working.
Any ideas?
I had only made a small change to one of my controllers since the last version. I reverted that change and still no luck.