Refresh on postpop event
-
Re: back button and refresh poppage
Please can you show me what function or method to use to refresh a ons-page. I’have tried brindtoPop; popPage and else. Nothing working. Please can you share a simple code. Thank
-
If a page is removed from the page stack (for example, when it is popped using
popPage
) it no longer exists in the DOM, and if it is re-added (for example, usingpushPage
) then it will be reloaded.