Support

Account

Home Forums Backend Issues (wp-admin) iOS Safari image upload issues?

Solved

iOS Safari image upload issues?

  • I have a image repeater field, uploads via computer work perfectly, but when i try to upload via mobile it does not allow for image uploads?

    is this a bug and will there be a fix?

    Thanks

    A

  • Resolved. pasted the code below in the input.js file in the acf plugins folder.

    $(document).on('click touchstart', '.acf-image-uploader .add-image', function( e ){
      	  e.preventDefault();
      	  acf.fields.image.set({ $el : $(this).closest('.acf-image-uploader') }).popup();
    	});
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘iOS Safari image upload issues?’ is closed to new replies.