i have a form page which i would like to submit and then reload that page (and stay on it).

the docs suggest using this:

drupalgap_goto('path-to-my-form', {reloadPage:true});

but this does nothing.

i was thinking this is the same as a system settings form; but it is not reloading either.

anyone know of a way to have my form page reload?

Comments

tyler.frankenstein’s picture

Status: Active » Closed (duplicate)

It currently is not possible to reload the current page with DrupalGap because of the way in which we currently utilize jQM's page system. Long story, but there is probably a workaround that can happen. Feel free to attack the source code: https://github.com/signalpoint/DrupalGap/issues/254