V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
sdjl
V2EX  ›  问与答

请问,<input type=file> 标签在 iPhone 下如何直接进入相册,而不是让用户选择拍照或相册?

  •  
  •   sdjl · Mar 26, 2014 · 9332 views
    This topic created in 4428 days ago, the information mentioned may be changed or developed.
    4 replies    1970-01-01 08:00:00 +08:00
    ETiV
        1
    ETiV  
       Mar 26, 2014   ❤️ 1
    因为感觉挺有意思的, 所以搜索了一下~

    答案是: 貌似暂时不行.

    这个页面
    http://dev.opera.com/articles/view/media-capture-in-mobile-browsers/

    有这样一段:

    Here are some considerations, which I would hope to see changed in the future:

    * First of all, I would expect different default labels from Choose File and No file chosen, and the possibility to customize them.

    ------
    同时搜到了一个检查移动浏览器HTML5支持情况的页面:
    http://mobilehtml5.org/
    sdjl
        2
    sdjl  
    OP
       Mar 26, 2014
    explon
        3
    explon  
       Mar 26, 2014
    增加多选属性直接进相册,单选模式弹出提示,这样子的。
    flyingkid
        4
    flyingkid  
       Mar 26, 2014
    $(".faceIco").on("click",function(){
    if($(".checks").length <= 0){
    $('<input type="file" class="checks" value="上传图片" multiple accept="image/*" style="position:absolute;left:-2000px;z-index:-20" />').appendTo("body");
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   847 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 21:29 · PVG 05:29 · LAX 14:29 · JFK 17:29
    ♥ Do have faith in what you're doing.