Here is a simple demo of this component.
Enjoy
It's not working, Showing error message 1: cordova is not defined
Also on the Image Picker Details tab in the Forge there is this:
We are using OutSystems 10 Version 10.0.828.0.
When I run ImagePickerDemo above in a web browser, it produces the error "1: cordova is not defined". That makes sense: a web browser is not a mobile device. However, when I run ImagePickerDemo via OutSystems Now, it produces the message "2: Plugin is not installed". How do I load the plugin?
Hi Amol and David,
In order to test custom plugins (not on the list of supported plugins of OutSystems Now) you will always have to do it from a native app running on your device.
Hello Jorge, I have also tried by installing APK in Android, But the app gets crashed. I have attached error log for both the error messages.
Ok, from that error seems that:
It's not working... The application bursts.
Hi Nuno,
Your post doesn't give any useful information that could help the community figure out what the issue could be...
Jorge Martins wrote:
Hi Jorge,
When I tap the get image button, the app crash.And don't generate any log.
regards,Nuno
Hi guys.
I was facing the same issue until i turned on the storage permission for this app. By default is not asking the permission.
Cheers,
Guilherme
Guilherme Jesus wrote:
Hi any update on this, i'm facing the same issue.
i was able to catch the error message before app crashed.
"<appname> cannot be used, please try to allow permissions"
Thanks!