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…
Requires ios native writing method to issue permissions
Try adding apture="microphone" to input
You need a client to match you