Native mobile action Take picture NOT working in nanoflow (native app)

0
Hi I have issues with capturing the taken image by using the native mobile action "Take picture". I am testing it locally "the make it native" on mx 8.5. I have a button calling a nanoflow, wherein I can take the image and after that it does proceed with the nanoflow but the taken image is not available (even with an explicit object commit). This nanoflow has the following activities in it; - create picture (system.image) - take picture (native mobile action, whereby picture is the param) - show page (param:picture) - all entity access rules are fully applied - make it native app has all the access on the device - when committed the picture object I don't see the image, neither in data/files...right? should be no issue since everything is set fully. - client loglevel set on trace, but no errors, remarks   Anyone an idea whats going on? Or what I can do?
asked
3 answers
2

Are you really creating an instance of System.Image?

You need to create an instance from a specialisation of that.

Edit:

Your take picture action or the picture viewer actions could be configured incorrectly – e.g. image widht/height is set to 0 – have you checked that?

answered
1

Did you see this post: https://forum.mendix.com/link/questions/98199 ?

You might have encountered the same.

Regards,

Ronald

 

answered
0

Would it not been easier to use the native camera widget? https://appstore.home.mendix.com/link/app/107943/Incentro/Camera-Widget

Regards,

Ronald

 

answered