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
Describe the bug 拍照后图片处理事件过长,并且处理时没有阻塞界面,界面能响应点击事件,然后拍摄视频会被处理完图片弹出来的页面覆盖
How to reproduce
CameraPicker.pickFromCamera(context,pickerConfig: CameraPickerConfig(enableRecording: true,));
Steps to reproduce the behavior: 配置能同时拍照和录像,点击拍照后立即长按拍摄
Expected behavior 处理图片时,页面阻塞触摸事件响应
Screenshots (If contains)
Version information
The text was updated successfully, but these errors were encountered:
另外 安卓手机上 图片处理时间明显高于iOS,基本都在三秒以上
Sorry, something went wrong.
🚸 Prevent duplicate shooting actions (#204)
94f9e9d
Fixes #202
Successfully merging a pull request may close this issue.
Describe the bug
拍照后图片处理事件过长,并且处理时没有阻塞界面,界面能响应点击事件,然后拍摄视频会被处理完图片弹出来的页面覆盖
How to reproduce
Steps to reproduce the behavior:
配置能同时拍照和录像,点击拍照后立即长按拍摄
Expected behavior
处理图片时,页面阻塞触摸事件响应
Screenshots (If contains)
D90527007F3F7DF601977AFB9E68C054.MP4
Version information
The text was updated successfully, but these errors were encountered: