Hi Experts,
We are facing an issue on attachment in HWC, I am testing it in android simulator.
I have called a below method on button click in my screen from custom.js,
getPicture(onGetPictureError, onGetPictureSuccess {
sourceType : PictureOption.SourceType.PHOTOLIBRARY,
destinationType : PictureOption.DestinationType.IMAGE_DATA
}
it is throwing me below error,
- PictureError.BAD_OPTIONS = -4; – supplied options were not recognized.
Have anyone faced this issue, same thing is working in the actual android device, problem is only with the simulator.
let me know your views.
Thanks and Regards,
Peter Dinesh.