How to disable take photo on file input iOS 6

前端 未结 1 1855
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-13 05:21

Is there an attribute for the input type file to turn off the native iOS 6 handling?

I\'d like to disabled \'Take A Photo\' functionality but leave \'Choose Image\'.

1条回答
  •  孤街浪徒
    2021-01-13 05:58

    I've updated my answer to reflect what you are looking for. Sorry for the confusion. This articles deals with what I understand you are trying to accomplish:

    http://www.mobilexweb.com/blog/iphone-5-ios-6-html5-developers

    Scroll down to the line that says:

    We can also request multiple files using the HTML5 new boolean attribute. In this case, the user can’t use the camera as a source.

    0 讨论(0)
提交回复
热议问题