i'm using camera plugin to take a picture from camera, and save it to local storage database. This is working perfectly.
Then i need to save the taken image also to gallery, but i got error "base64ToGallery is not a function" both in apk or Outsystem now version (in ios device).is there any requirement to use this?
The file is binary.
Hi,
I'm using Android Oreo and IOS 12.3.1Yes, in 1.0.0 no error.
Thanks
Hi Hendra,
i need help
i'm using android pie and save to gallery 1.1.0 and 1.0.0
error cordova.base64ToGallery is not function
any solutin for this error?
Hi Hendra.
This component should install a cordova plugin that defines that function. Which iOS version are you using?
Could you test with version 1.0.0 to see if the problem still occurs with that version?
leonardo.fernandes wrote:
You mean the Common Plugin? I'm also getting this error on iOS (multiple versions)
The version 1.0.0 I was referring to can be downloaded here: https://www.outsystems.com/forge/component-versions/3707
If you continue having the same problem, let me know.
Olá Leonardo,I deleted the previous version, downloaded the version 1.0.0, refreshed the references, tested in ios 9 and ios 12 with Outsystems Now and I still get the same error on both.
I also experienced the same thing error, is there any other solution? Thanks
Any one found solution to this.I got the same error. cordova.base64TOGallery is not a function.
Hello guys,I am getting the same error message in my Android tablet device (Android 9): "An error occurred during the capture of the photo. Please try again. Cordova.base64ToGallery is not a function."I am using MABS 11.1 and SaveToGallery 1.1.0. I increased the tag version and recompiled the latest version with the latest plugins (CommonPlugin 3.1.0).
Any new ideas to solve this problem?
I could not fix this. I uninstalled the application and used the Camera PlugIn with the parameter option that allows saving into the gallery.
Note: The Camera PlugIn also has a problem. If you use the WebBlocks designed to help you with the UI, you will get errors in Apple devices (In Android will work just fine), then the solution is to use the actions and implement the UI by yourself.