Tapping on

前端 未结 11 618
有刺的猬
有刺的猬 2021-01-30 21:51

Tapping on does not auto-focus linked in Mobile Safari but If an empty function as clickhandler is defined like this

document.getElem         


        
11条回答
  •  隐瞒了意图╮
    2021-01-30 22:15

    I just solved my similar problem like this:

    input {
    position: absolute;
    width: 120px; // size of my image
    height: 100px; // size of my image
    opacity: 0;
    display: inherit; // Because i'm hidding it on other resolutions
    }
    

提交回复
热议问题