Hi,
I had this issue as well – The ‘upload files’ button on the media uploader would not trigger the little iOS select from gallery, take picture, etc modal pop up only on iOS Safari mobile.
I was able to fix it with this:
div.moxie-shim.moxie-shim-html5,
div.moxie-shim.moxie-shim-html5 input[type=”file”] {
display: block;
}
Put this in your child theme style.css file! Works perfectly now ??