I'm using Phonon to make a hybrid app. It's my first time using this framework.
I am looking at the documentation for side panels and I see an attribute called data-page
, which sets what page can call that panel.
If I want a global panel, which can be called from any page, what value do I set on it? I've tried just removing this attribute, but it made the panel to stop working on all pages. Do I need to repeat the same piece of code multiple times? (really?)
My response is late, but it can help.
The recent versions of Phonon support this feature now.
You can pass multiple pages with the attribute data-page
.
For example: data-page="page1, page2"