Mobile camera not opening in mendix native app

0
Hi Team, I have a native mobile page with a button to take a picture. On click of the button it calls a nanoflow which has the activity ‘Take Picture’. Below is the log:  An error occurred while executing an action of NativeMobile.Issue_View.actionButton1: TypeError: undefined is not an object (evaluating 's.default.showImagePicker') http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:1127:1624 ke@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:38:16805 s@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:38:16510 S@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:1126:233 f@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:115:155 http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:115:882 y@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:120:661 C@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:120:1025 callImmediates@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:120:3100 callImmediates@[native code] value@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:54:3247 http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:54:1283 value@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:54:2939 value@http://192.168.1.7:8083/index.bundle?platform=android&dev=false&minify=true:54:1253 value@[native code] value@[native code]     Kindly help me to fix this issue. Thanks in advance.
asked
1 answers
0
  • set picture as entity name 
  • picture source to camera
  • check below image for more 
  •  

 

answered