hello
i have added back button to my page but when i press it the app will navigate to the page before but it reloads it completely ,how can i navigate to it without reloading it again ??
hello
i have added back button to my page but when i press it the app will navigate to the page before but it reloads it completely ,how can i navigate to it without reloading it again ??
Hi Sajed,
Did you try ticking "Render all pages in one HTML file (jQuery Mobile multi-page template)" in App settings?
it works
thanks a lot
but using this way my result page isnt loading new results when i re enter it
Hello!
Are there any errors in console?
no errors in console, the exact problem is that Page Load Event is not invoked again , so i replaced Load with PageShow Event in order to fix it.
Hello!
We are working on it at the moment and will get back to you with update as soon as possible.
Hello,
If I understand correctly, then you should use Page show event here.
Please find more about events here http://devcenter.appery.io/documentat...
Load - fires after the page is successfully loaded and inserted into the DOM.
Page show - fires every time the page is displayed after the transition animation has completed.