Hi Atanas Hristov, Crosswalk Cordova can be extended with Cordova plugins. and some functionality provided by Cordova plugins already has equivalent in Crosswalk(eg. Geolocation data). It's easy to install Cordova plugins with 'plugman', For example, to install the volume-buttons plugin in your app, you would do:
$ plugman install --platform android --project /path/to/your/app --plugin http://plugins.cordova.io/#/package/com.manueldeveloper.volume-buttons The Crosswalk team has verified plugin installation URLs for most Cordova plugins. The list is available at https://crosswalk-project.org/#wiki/[email protected]. It's issue for volume-buttons plugin on Crosswalk Cordova(it is fail to running setOnkeyListener() function), we will fix it as soon as possible. You can see https://crosswalk-project.org/#documentation/cordova http://html5hub.com/building-cordova-applications-with-crosswalk/ for more detail. Thanks, Junwei.
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
