We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@capacitor/camera": "5.0.8"
@capacitor/core": "5.4.2"
Android iOS
i want to prevent the upload of gif file in android/and ios, but Camera.getPhoto always returns a jpeg file even if i choose a gif file.
const image = await Camera.getPhoto({ quality: 70, resultType: CameraResultType.DataUrl, // i tried with CameraResultType.Base64 and CameraResultType.DataUrl source });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Plugin(s)
@capacitor/camera": "5.0.8"
Capacitor Version
@capacitor/core": "5.4.2"
Platform(s)
Android
iOS
Current Behavior
i want to prevent the upload of gif file in android/and ios, but Camera.getPhoto always returns a jpeg file even if i choose a gif file.
Expected Behavior
or
The text was updated successfully, but these errors were encountered: