The First form , volt app

When I open my app he takes me to form1
, and sometimes I close the app for 5 seconds to check somethings and the app get me back to form 1 is there any way that if I close the up and open it again he takes me to the latest page I was in it

There is no way to do this automatically.

To do this, you need to save the state of your app at all times in localStorage. When the app starts up, check localstorage for information on the form you are in and any fields which need to be filled in. Set those fields and do a ChangeForm.

http://wiki.nsbasic.com/LocalStorage#Description

http://wiki.nsbasic.com/ChangeForm