Digging around for a solution, I found this conversation. It seems to indicate that it may be an OS issue. BTW, I usually trigger the app via a home button, but tried (with no success) clicking on the URL as one post suggested.
Digging around for a solution, I found this conversation. It seems to indicate that it may be an OS issue. BTW, I usually trigger the app via a home button, but tried (with no success) clicking on the URL as one post suggested.
Hi Robert,
This can't be done directly. Here is a possible workaround: add iframe and stretch it to page. The result will be the same, but you'll be able to add a header with Back button.
Bingo! That will work perfectly ... and is so simple. Thanks so much Katya.
I went through that website but I never found anything that explains how you can refresh input components. Any suggestions?
I tried this code but it didn't work.
Appery("mobiletextinput_comment").find("input[type=text]").val("");
Hello Elen
$("[name=mobiletextinput_comment]").val("")
or
Appery("mobiletextinput_comment").val("")