RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

refresh Panel contents on mobile camera success

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...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

refresh Panel contents on mobile camera success

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.

RobertJay
Posts: 0
Joined: Fri Jun 15, 2012 1:32 pm

refresh Panel contents on mobile camera success

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

Ellen Schlechter
Posts: 0
Joined: Sun Aug 31, 2014 3:28 am

refresh Panel contents on mobile camera success

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

refresh Panel contents on mobile camera success

Hello Elen

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

Return to “Issues”