Secure storage plugin, how to continue working in browser

Hi all,

I’ve just added the secure storage plugin to my ionic 2 app. The problem is, with this added and configured I can no longer work in the browser due to getting:

Runtime Error
Uncaught (in promise): cordova_not_available

Is there something I’m missing? I’ve wrapped it in this.platform.ready() but I still get the issue.

How are you running your app? Cordova plugins are not available in ionic serve and ionic build.