How to disable take photo on file input iOS 6

可紊 提交于 2019-12-19 21:54:08

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!