Page 3 of 3

refresh Panel contents on mobile camera success

Posted: Tue Apr 22, 2014 8:16 pm
by RobertJay

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.

http://www.genuitec.com/support-genui...


refresh Panel contents on mobile camera success

Posted: Tue Apr 22, 2014 8:18 pm
by Kateryna Grynko

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.


refresh Panel contents on mobile camera success

Posted: Tue Apr 22, 2014 8:53 pm
by RobertJay

Bingo! That will work perfectly ... and is so simple. Thanks so much Katya.


refresh Panel contents on mobile camera success

Posted: Tue Feb 10, 2015 12:02 am
by Ellen Schlechter

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("");


refresh Panel contents on mobile camera success

Posted: Tue Feb 10, 2015 9:37 pm
by Evgene Karachevtsev

Hello Elen

$("[name=mobiletextinput_comment]").val("")
or
Appery("mobiletextinput_comment").val("")