Page 1 of 1

Button to refresh page for Native App

Posted: Thu Apr 03, 2014 1:59 pm
by Peter LPunkt

Hi there,

perhaps this is a trivial question...but i cant seem to figure it out.

I am looking for a way to refresh a single page in an multi-page template by clicking a button. it should behave like the refresh button of a browser/Mobile Preview (which is absent in an native app).

Is that possible?

i tried full page refresh when navigating to the page, but it didnt fix my problem.


Button to refresh page for Native App

Posted: Thu Apr 03, 2014 2:29 pm
by Kateryna Grynko

Hi Peter,

Try:prewindow.location.reload()/pre


Button to refresh page for Native App

Posted: Thu Apr 03, 2014 3:02 pm
by Peter LPunkt

Works! Great thanks.