亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

javascript - On the same web page, input type = "file", Apple iOS does not pop up to select a file, but Android can, how can I break it?
習(xí)慣沉默
習(xí)慣沉默 2017-06-12 09:27:02
0
3
1284

Open the same webpage in the WeChat browser, input type = "file", Apple ios cannot select file upload, Apple does not pop up the file selection directly, Android can, how can I break it?

<input type=file name="yinyuee" value="" accept="audio/*">

Normal Android, for example, Xiaomi looks like this:

But Apple can’t do it. Apple is like this:

Everything I found on Baidu said that Android can’t work, but Apple can…it’s really strange…

習(xí)慣沉默
習(xí)慣沉默

reply all(3)
Ty80

Requires ios native writing method to issue permissions

我想大聲告訴你

Try adding apture="microphone" to input

<input type=file name="yinyuee" value="" accept="audio/*" apture="microphone">
過(guò)去多啦不再A夢(mèng)

You need a client to match you

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template