Mobile Native refresh page

0
Hi all, For anonymous users I have button or dropdown selector for selecting the user language, which basically changes the language of the guest user. In the web part of the app I use JS action location.reload(); to refresh the page with new language.   What would be the equivalent for the native mobile.   
asked
2 answers
2

You want a JavaScript action with the code:

mx.reload();

Also, here’s a module for language switching on mobile.

answered
0

Hi Gorjan,

 

is there a button or anything of that sort, where you can use a microflow and put a ‘change'-action (with refresh) on the context-object?

 

regards,

Mark

answered