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?
習慣沉默
習慣沉默 2017-06-12 09:27:02
0
3
1153

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…

習慣沉默
習慣沉默

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">
过去多啦不再A梦

You need a client to match you

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