Visibile/Hide Audio Component
I am trying to add an audio file to my app. Audio is uploaded to my database and accessed with Audio component. I unchecked the visible box, as I do not want to see the audio player, and only have the file play when the app loads. I set the file to play using the following javascript:
Appery("AudioPlayer").get(0).play();
This works perfectly in the web tester. Problem is when I test using the appery mobile app, even though I have uncheck the visible box, I still see the play button and progress bar as the file is playing on my app?
Any idea why this is, and/or how I can hide it?