问题
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:
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.
来源:https://stackoverflow.com/questions/16819845/how-to-disable-take-photo-on-file-input-ios-6