admin管理员组文章数量:1394585
I have tested this thing. There is a div element in my application with two inputs(type="file") inside. There are no any styles or libraries. Only this div and two inputs inside. I don’t understand why, when I tap on one of the inputs and then tap on another one, sometimes the second input doesn’t open the file upload dialog on the first try. Please watch the video in the link — you’ll see what I mean. Does anyone know how to fix this issue? It happens only on iOS touch devices Here is the link to the video -
<div style={{ display: 'flex', gap: '16px', marginTop: '20px', marginLeft: '20px' }}>
<input type="file" />
<input type="file" />
<div>
本文标签: reactjsDoube Tap issue on iOS devices(inputs with typequotfilequot)Stack Overflow
版权声明:本文标题:reactjs - Doube Tap issue on iOS devices(inputs with type="file") - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744097904a2590620.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论