mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #21861
[Bug 1385037] [NEW] Support for mobile media-capture form tags
Public bug reported:
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?
** Affects: mahara
Importance: High
Status: Confirmed
** Tags: mobile snack-sized usability
** Changed in: mahara
Status: New => Confirmed
** Changed in: mahara
Importance: Undecided => High
** Changed in: mahara
Milestone: None => 1.11.0
** Tags added: mobile usability
** Tags added: snack-sized
--
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 ePortfolio:
Confirmed
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
Follow ups
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Robert Lyon, 2017-04-27
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Kristina Hoeppner, 2017-04-09
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Kristina Hoeppner, 2017-03-19
-
[Bug 1385037] A change has been merged
From: Mahara Bot, 2017-03-06
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Robert Lyon, 2017-03-06
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Robert Lyon, 2016-10-21
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Robert Lyon, 2016-10-21
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Kristina Hoeppner, 2016-03-13
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Aaron Wells, 2015-10-23
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Kristina Hoeppner, 2015-03-11
-
[Bug 1385037] A patch has been submitted for review
From: Mahara Bot, 2015-01-12
-
[Bug 1385037] Re: Support for mobile media-capture form tags
From: Son Nguyen, 2015-01-12
-
[Bug 1385037] [NEW] Support for mobile media-capture form tags
From: Aaron Wells, 2014-10-24
References