Camera save location
Ok Thanks but going back to setting this "alert(arguments[0].imageURI);" on the camera success event I am still getting undefined returned, any reason you can think of why that might be happening?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Ok Thanks but going back to setting this "alert(arguments[0].imageURI);" on the camera success event I am still getting undefined returned, any reason you can think of why that might be happening?
Did you set Request parameter "destinationType" = "File URI"?
As I can see the request parameter is set in mapping. Please make sure there is a correct value.
Yes the destination type is set to File URI
We cannot reproduce the problem. We created Camera Service and use the following line: codealert(arguments[0].imageURI);/code to show path.
Could you share the app with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a?
Hi, the app (qr-renamer) has been shared.
Thank you, we'll take a look.
Request parametr destinationType is mapped to Label. But in Label component there is a standard text "Label". You should delete mapping and manually choose "File URI" from dropdown list or in Label component write value "File URI".
Ok thanks, a little confused in the mapping issue but got it, and working!! Thanks
Hi Katya,
It seems something is inconsistent with the result returned, after making some changes I went back to basics and once again the alert is returning "undefined" for no obvious reason.
Hi, could you clarify how do you test your app (using tester or you install app on device)? Does the image appear?