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?
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?
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.
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?
Hello Doug
You also could create custom component and add it to each page