If you're using the StatusBarPlugin, we'll be posting a new version soon, which should fix the landscape mode issue. We've replaced the code in the phonegap-build/StatusBarPlugin repo with that from the cordova-plugins repository, so that we can keeps these repos in sync and share code.
Its possible that this will change some behaviours of your StatusBar. If so, you can still use the previous version of the plugin, you'll just need to explicitly set it in your config.xml:
If you don't set the version explicitly on a plugin, each time you update your code, Build will use the latest version of a plugin.
Its possible that this will change some behaviours of your StatusBar. If so, you can still use the previous version of the plugin, you'll just need to explicitly set it in your config.xml:
<gap:plugin name="com.phonegap.plugin.statusbar" version="1.0.1" />
If you don't set the version explicitly on a plugin, each time you update your code, Build will use the latest version of a plugin.

