cordova-plugin-music-controls
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "cordova-plugin-music-controls", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Music controls for Cordova apps", | ||
@@ -5,0 +5,0 @@ "cordova": { |
# Cordova Music Controls Plugin | ||
<img src='https://github.com/homerours/cosmic/blob/master/screenshots/notification.png' width='564' height='342'> | ||
Music controls for Cordova applications. Display a 'media' notification with play/pause, previous, next buttons, allowing the user to control the play. Handle also headset event (plug, unplug, headset button). | ||
@@ -24,3 +27,3 @@ | ||
// text displayed in the status bar when the notification (and the ticker) are updated | ||
ticker : 'Now playing Time is Running Out' | ||
ticker : 'Now playing "Time is Running Out"' | ||
}, onSuccess, onError); | ||
@@ -81,4 +84,1 @@ ``` | ||
## Quirks | ||
* Windows currently only supports locally stored covers. | ||
* This plugin is still under development: it might not be considered for production apps. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21917