Reputation: 1570
I have used the cordova plugin - "cordova-plugin-statusbar", to hide the status bar on my hybrid app. But when the keyboard pops out, the status bar becomes visible again forever. Please note - this works perfect in iOS, the issue is in android only
Upvotes: 0
Views: 551
Reputation: 1570
It seems the version of the plugin created the issue, I downgraded the plugin to version 2.0, which is working perfect.
Upvotes: 1