@norbyn wrote:
I’m using the Camera plugin in the following way
const photo: CameraPhoto = await Plugins.Camera.getPhoto({ quality: 100, allowEditing: false, resultType: CameraResultType.DataUrl, source: CameraSource.Prompt });
Setting the source to CameraSource.Prompt will show the options
Android
iOS
For iOS, it doesn’t look that bad, but I would like it would look nicer for Android. Can it be customized? I can’t find any reference about it.
Posts: 1
Participants: 1