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…
我想大声告诉你2017-06-12 09:29:02
Try adding apture="microphone" to input
<input type=file name="yinyuee" value="" accept="audio/*" apture="microphone">