Opened 9 years ago
Closed 9 years ago
#14212 closed task (fixed)
new widget: A simple audio player widget for mobile
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.0 |
Keywords: | Cc: | Hikaru Tamura | |
Blocked By: | Blocking: |
Description
A simple wrapper for the html5 <audio> tag. The user sees a Play button, and a progress bar. On Androids, the user sees the Fast forward and Fast rewind buttons as well.The user clicks the Play button and the audio starts to play. (The Play button turns into a Pause button.) The user clicks the Pause button to pause. (The Pause button turns into a Play button.) The user slides the progress bar to jump to a different location of the audio file.
This works on all browsers supporting the HTML <audio> tag. One exception is IE 8, where this tag is not supported. In this case, the audio player can display a warning message set by the application.
Change History (3)
comment:1 Changed 9 years ago by
Summary: | A simple audio player widget for mobile → new widget: A simple audio player widget for mobile |
---|
comment:2 Changed 9 years ago by
Cc: | Hikaru Tamura added |
---|---|
Status: | new → assigned |
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In [27982]: