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.