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
三星拍照 返回的图片旋转了90°
asyncOpenCamera({ imageCount: 1, isCamera: true, showCropCircle: false, }) .then((res: Photo[]) => { onDismiss && onDismiss(); onOperationSuccess && onOperationSuccess(res); }) .catch((err) => { onDismiss && onDismiss(); onOperationError && onOperationError(err); });
RN 版本 0.66 手机: 三星 A90
The text was updated successfully, but these errors were encountered:
有解决方案吗
Sorry, something went wrong.
我也遇到了同样的问题三星 SM-A5160 0.5.3
{ isGif: true, isCrop: false, quality: 80, compress: true, // enableBase64: false, compressFocusAlpha: false // 压缩时保留图片透明度(开启后png压缩后尺寸会变大但是透明度会保留) }
我换用了 image crop picker ,这个问题出在android的调用上,没对三星的手机做适配
No branches or pull requests
🐛 Bug Report
三星拍照 返回的图片旋转了90°
To Reproduce
Environment
RN 版本 0.66
手机: 三星 A90
The text was updated successfully, but these errors were encountered: