-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
Taro.chooseVideo在真机获取不到已上传的视频信息 #14208
Comments
具体是什么信息无法获取?麻烦补充下测试使用视频 & 对应手机型号 & 返回值等信息 |
视频的所有信息都获取不到,手机是iphone 11,返回值都是空的 |
没有报错?具体值有没,截图看看 |
没报错,而且什么都没返回,我上传的demo可以复现的 |
根据源码已经排查到了,是ios调api的时候,video的oncanplay方法未执行所以未返回视频上传信息 |
chooseVideo h5端为什么要返回base64呢,为什么不直接返回file |
感觉跟 #14678 是同个问题 |
说了这么多,那最后的解决方案是啥嘞?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
H5
复现仓库
https://github.com/qsj919/videoApp.git
浏览器版本: safari
使用框架: React
复现步骤
期望结果
期望在电脑浏览器和手机上都能正常上传视频
实际结果
只有电脑浏览器能正常上传视频,手机上获取不到已上传的视频信息
环境信息
The text was updated successfully, but these errors were encountered: