Cordova stopped working?

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.

I actually created a brand new project and it wasn’t working on that either. I uploaded some old projects I know it was working on with no luck.

Any ideas what could be causing this?

Resolved… It just started working again… I uploaded a bunch of old projects and finally one worked… I deleted everything and uploaded the latest project and it was working again.

No idea.

Ok, this issue is still persisting. It is working fine on my iphone 5 test phone, but on anyone else’s iphone 6 I have tested it on all the inputs are bouncing and throwing the screen off centre. I’ve created new projects and it’s happening with those too.

Could my ionic install be bugged? I’m at a loss.