facebook

Saving Input.

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #333788 Reply

    wolf735
    Member

    Hello all, I am a total noob at app development, reading, and writing JavaScript. i searched the help guides, the forum, off site, and you tube. the closest information i found was on local storage and i’m even sure that is the right direction.
    This is my question?

    How do i save data in a customizable field that well stay when the app is turned off. The picture is a sample of what im trying to do.
    Field 1 is customizable as well is Field 3, as a test ill put random letters in the fields and shut down the app. on restart its back to Field 1 and Field 3.

    The blue circles are going to secondary pages.

    Thank you for the time.

    Attachments:
    You must be logged in to view attached files.
    #333796

    dabbelju
    Member

    Hi wolf735 and welcome to the forum,

    what you want to do is something like:

    localStorage.setItem(‘key_name’,’value’);

    You can find a detailed description here.

    You can see the local storage in Test Center. Go to “Windows=>Show Tool Panel=>Tools=>Local Storage”.

    best regards
    dabbelju

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Saving Input.

You must be logged in to post in the forum log in