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
chooseImage
新功能描述 chooseImage 在H5中选择图片取消后应该触发fail
现状及问题 在以前浏览器并没有取消选择图片的事件, 所以这个#862 被关闭掉了, 但是现在较新的浏览器都基本支持了cancel事件, 我认为有必要填补这块缺失功能了
cancel
尝试方案 Canceling an input element
补充信息 whatwg/html#6735
The text was updated successfully, but these errors were encountered:
No branches or pull requests
新功能描述
chooseImage
在H5中选择图片取消后应该触发fail现状及问题
在以前浏览器并没有取消选择图片的事件, 所以这个#862 被关闭掉了, 但是现在较新的浏览器都基本支持了
cancel
事件, 我认为有必要填补这块缺失功能了尝试方案
Canceling an input element
补充信息
whatwg/html#6735
The text was updated successfully, but these errors were encountered: