How To Disable Take Photo On File Input Ios 6
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'.
Solution 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.
Post a Comment for "How To Disable Take Photo On File Input Ios 6"