Quote from
shahram on March 12, 2021, 7:22 am
Quote from
CDY@44 on March 12, 2021, 12:39 am
Hi @shahram,
I found these 2 scripts : I tried 'script 2' in a button, compile as APK, load codova plugin. when I click the button it launches the camera program of the smartphone ! OK ! So I can take a picture !
But I don't know how to interconnect these scripts and VisualNeo ( I mean : where is the result of the photo done with the camera ?) so I can see the result inside of Visualneo...
I do hope you can help me.
Best regards,
Hi @cdy44-2
About first script:
To display the captured images, just put an Image on the Page. Set the desired id for the image. Then inside the camera code, set the value getElementById equal to the Image id.


Now after taking the photo, it will be displayed in Image.
Quote from
CDY@44 on March 12, 2021, 12:39 am
Hi @shahram,
I found these 2 scripts : I tried 'script 2' in a button, compile as APK, load codova plugin. when I click the button it launches the camera program of the smartphone ! OK ! So I can take a picture !
But I don't know how to interconnect these scripts and VisualNeo ( I mean : where is the result of the photo done with the camera ?) so I can see the result inside of Visualneo...
I do hope you can help me.
Best regards,
Hi @cdy44-2
About first script:
To display the captured images, just put an Image on the Page. Set the desired id for the image. Then inside the camera code, set the value getElementById equal to the Image id.


Now after taking the photo, it will be displayed in Image.
luishp, CDY@44 and noyzen have reacted to this post.