Selecting a file to upload causes mobile Safari to crash

前端 未结 1 1187
心在旅途
心在旅途 2021-02-01 03:35

I\'ve been experiencing behaviour on, at least my iPhone 6 Plus, when using the to let the user upload an image.

相关标签:
1条回答
  • 2021-02-01 04:09

    Try this:

    <input class="add__from-camera__input" type="file" accept="image/*;capture=camera">
    
    0 讨论(0)
提交回复
热议问题