sajed
Posts: 0
Joined: Mon Apr 14, 2014 11:58 am

reloading my before page when pressing back button

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 ??

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

reloading my before page when pressing back button

Hi Sajed,

Did you try ticking "Render all pages in one HTML file (jQuery Mobile multi-page template)" in App settings?

sajed
Posts: 0
Joined: Mon Apr 14, 2014 11:58 am

reloading my before page when pressing back button

it works :) thanks a lot

sajed
Posts: 0
Joined: Mon Apr 14, 2014 11:58 am

reloading my before page when pressing back button

but using this way my result page isnt loading new results when i re enter it

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

reloading my before page when pressing back button

Hello!

Are there any errors in console?

Abu Ali
Posts: 0
Joined: Mon Apr 07, 2014 8:50 am

reloading my before page when pressing back button

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.

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

reloading my before page when pressing back button

Hello!

We are working on it at the moment and will get back to you with update as soon as possible.

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

reloading my before page when pressing back button

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.

Return to “Issues”