Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

Audio component size

Do you know of a setting or CSS that will make the audio component size like a button does? My problem is the audio component does not size probably depending on the users device. In the appery desktop tester its good but on the appery app tester it's too big. I have a grid component and the audio device actually expands over two rows in the grid.
Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Audio component size

Hello,

The application uses the default audio player UI here, it is impossible to change it's style: http://stackoverflow.com/questions/41...
if you need to use your own controls in your app, you can hide the audio component and do all audio operations (play, stop, etc.) using custom buttons and custom JS code, or use any 3rd-part audio plugin, like jPlayer

Return to “Issues”