Page 1 of 1

Audio component size

Posted: Wed Feb 15, 2017 8:17 pm
by Vinny B

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


Audio component size

Posted: Thu Feb 16, 2017 1:37 pm
by Serhii Kulibaba

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