Hi all,
I have a problem in my first page transition, i fill a input in a page, for example, with a
"abc" value, when i do that, a ajax request is made with this value, and in the server side the value arrive with
"abc" value, it's fine! but when i access another page, and return to the page wich i fill de value
"abc", the input is clear (in mobileinit event i set the
$.mobile.page.prototype.options.domCache = true;), and if i fill the input with value
"123" now in the server side the value arrives with the past value if i type, it's "abc" rather than
"123". what can cause this issue?
note: after second transition, the input is no more clear, it maintain a value typed.
thanks