Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

How to customize Camera plugin prompt

$
0
0

@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
image

iOS
image

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

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles