Page 1 of 1

Audio Player on All Pages

Posted: Sun Mar 02, 2014 9:02 pm
by Doug Black

I want to create an audio player that stays on top of all pages in the app. How do I make a panel stay on every page and keep it's content playing? I'd also like to keep a button to open the panel on every page if something is playing. Thoughts?


Audio Player on All Pages

Posted: Sun Mar 02, 2014 9:37 pm
by Alena Prykhodko

Hello Doug,

It's not possible as it's Page element. You will need to add Panel component to every Page. You can use Page templates to http://docs.appery.io/documentation/b... to ease developing.


Audio Player on All Pages

Posted: Sun Mar 02, 2014 11:57 pm
by Doug Black

So, I didn't realize that the audio keeps playing when you close the panel, since I have it set to the jQuery multi-page template.

So, the panel or audio is still there somewhere; how do I call it page to page? Can I do it using the multi-page template?


Audio Player on All Pages

Posted: Mon Mar 03, 2014 10:07 am
by Nikita

Hello Doug

You also could create custom component and add it to each page