I want to allow users to capture or attach only images in a survey. However, the image question type appears to be accepting any file type in the field app and only images (as expected) in the web form. The question uses a multiline appearance and method=camera,browse in the body::esri:style column. Please see the attached table for full configuration.
I've tried using body::accept to constrain file type, but doing so removes the camera capability from the field app (but not the web form). I've tried extensions (.gif, .jpg, .png) and MIME types (image/gif, image/jpg, image/png) in body::accept with the same result.