Search code examples
cordovastatusbar

Cordova 2.9.0 how to install statusbar plugin


Im using phonegap 2.9. Has anyone installed https://github.com/apache/cordova-labs/tree/plugins/statusbar? I cant figure out how to do it. Is it even possible in 2.9?

Thanks


Solution

  • I dont't think so. From the plugin.xml:

    <engines>
        <engine name="cordova" version=">=3.0.0" />
    </engines>