You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a multi-page app, using templates for pages. I had added side-panel and other page components on main index.html. They work fine on homepage. But when transitioning into the other pages the side-panel, floating button, etc. stop working.
I'm assuming that I don't have to include all the shared components of the app in every single page html code. Isn't that true?
The text was updated successfully, but these errors were encountered:
You need to include Phonon in the default index.html, page templates should not include dependencies such as jQuery, etc.
Can you please provide some relevant code so that I can help you?
Thanks for your reply. Phonon is included in default index.html.
I believe I have found the problem. I had to update the data-page="home, pagetwo" for my new app pages to work correctly. Is there anyway to enable the side-panel for all app pages without having to list them all in data-page attribute?
Hi,
I am creating a multi-page app, using templates for pages. I had added side-panel and other page components on main index.html. They work fine on homepage. But when transitioning into the other pages the side-panel, floating button, etc. stop working.
I'm assuming that I don't have to include all the shared components of the app in every single page html code. Isn't that true?
The text was updated successfully, but these errors were encountered: