Page 3 of 3

Empty input field is not really empty.

Posted: Tue Dec 04, 2012 4:06 pm
by Essay Writing Service

Thanks, I am waiting...


Empty input field is not really empty.

Posted: Wed Dec 12, 2012 4:39 pm
by Kateryna Grynko

Hello! We updated Tiggzi, try again.


Empty input field is not really empty.

Posted: Wed Dec 12, 2012 5:21 pm
by Essay Writing Service

I updated tiggzi mobile tester and re-saved project, but the problem is still exist.

What should I do?


Empty input field is not really empty.

Posted: Fri Dec 14, 2012 2:20 pm
by Essay Writing Service

it doesn't work! how did you test it?


Empty input field is not really empty.

Posted: Fri Dec 14, 2012 3:15 pm
by Kateryna Grynko

There is another problem, which will be fixed in next release. But there is a workaround for you. You can export source code into Eclipse or xCode and correct 1069 line in file tiggzi.js manually. It must look like following:

codevalue = $t.persistentStorage.getItem(entry.ATTR) || '';/code


Empty input field is not really empty.

Posted: Mon Dec 17, 2012 10:18 am
by Essay Writing Service

thank you, this do the trick.

however, tiggzi local storage values has a strange behavior. for example, on a first run my login/pass has "null" by default, but when I go to 2nd screen and return back, values changes to empty (for login) and "undefined" (for password). I do not change it, so it is a bug.


Empty input field is not really empty.

Posted: Mon Dec 17, 2012 3:50 pm
by Kateryna Grynko

Hi,

LocalStorage variable "code" value is 'undefined'.
You see "code" (not a password) in your application.

Change
code'Pass: ' + localStorage.getItem('code')/codeto
code'Pass: ' + localStorage.getItem('pass')/codeand everything will work.


Empty input field is not really empty.

Posted: Thu Jan 24, 2013 8:30 am
by Kateryna Grynko

Hello! It's fixed now.