No Volume Control in Mobile View
Using Jamroom
I was up the whole night looking for the control and never did find it. I see this in the JPlayer Developer Guide.
noVolume †
Object : Defines the user agent blocklist, which contains regular expressions, which cause the volume controls to be hidden if a match is found.
The default object is:
[code] noVolume: {
ipad: /ipad/,
iphone: /iphone/,
ipod: /ipod/,
android_pad: /android(?!.*?mobile)/,
android_phone: /android.*?mobile/,
blackberry: /blackberry/,
windows_ce: /windows ce/,
iemobile: /iemobile/,
webos: /webos/,
playbook: /playbook/
}[/code}
However, I can't find the corresponding version of that the in the audio Module.
========================================================
I also found this in the jrAudio Dark Player CSS
[code] .jp-volume-bar .jp-mute .jp-unmute .jp-volume-max {
visibility:hidden;
} [/code]
I changed it to visible, even deleted it - still no volume buttons.
==============================================================
Is anyone able to tell me how to get volume controls working in mobile views.