** Changed in: mahara Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1385037
Title: Support for mobile media-capture form tags Status in Mahara: Fix Released Bug description: See http://dev.opera.com/articles/media-capture-in-mobile-browsers/ HTML5 adds "capture" and "accept" attributes to the file input tag, that you can use to "capture" media from input devices on the browser: <input type="file" accept="image/*" capture="camera"> <input type="file" accept="video/*" capture="camcorder"> <input type="file" accept="audio/*" capture="microphone"> Android & iOS both support this to some extent, and will provide a button to open the camera or gallery app. We should start using these when the user is detected to be on mobile. Clearly they'd belong on the Image and Video blocks. For file upload it's a little bit trickier, since we're willing to accept any file type. For Android that means that the generic file input is fine (because Android will let you access the filesystem), but for iOS we'd need to do accept=image or accept=video. Perhaps a pre-selector element, where the user indicates whether they want to upload a video or a picture? To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1385037/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : mahara-contributors@lists.launchpad.net Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp