I got it working for you and uploaded the corrected project files.
1. Your file organization was not correct. Your mobi file was in the the same directory as the supporting files. The file structure needs to stay in tact as mobi creates it, that is the support files need to be within the www folder and your mobi file is outside of that usually separated by another folder with your project name.
2. Your OnChange Run Javascript code was incorrect (but it is correct in the picture above…so I think the file organization was the real culprit here).
I had to change this:
localStorage.setItem('textField1',$('#m1-locStorage-textField1').val());
To this:
localStorage.setItem('datafield',$('#m1-locstorage-textField1').val());
Attachments:
You must be
logged in to view attached files.