Obsolete
Status Update
Comments
sl...@gmail.com <sl...@gmail.com> #2
Which device? All devices supported in AOSP run either 4.1 or 4.3 at this point.
st...@gmail.com <st...@gmail.com> #3
Device Samsung Galaxy with android 4.0.4
sl...@gmail.com <sl...@gmail.com> #4
This report applies to an Android-based device, and the issue tracker where you reported it specializes in issues within the Open Source source code of the Android platform.
We are not able to provide support for individual devices. Please report this issue in the support forum for your device, which might be hosted by your device manufacturer or by the operator where you got your device.
We are not able to provide support for individual devices. Please report this issue in the support forum for your device, which might be hosted by your device manufacturer or by the operator where you got your device.
st...@gmail.com <st...@gmail.com> #5
Sorry for not getting back earlier. The following snippet is working:
<video src="test.mp3" onclick="this.play();"></video>
You are currently missing the JavaScript onClick handler. Additionally I would suggest to use the poster attribute and display a generic image for the user:
<video src="test.mp3" poster="test.jpg" onclick="this.play();"></video>
<video src="test.mp3" onclick="this.play();"></video>
You are currently missing the JavaScript onClick handler. Additionally I would suggest to use the poster attribute and display a generic image for the user:
<video src="test.mp3" poster="test.jpg" onclick="this.play();"></video>
ko...@gmail.com <ko...@gmail.com> #7
needs to be sorted out!
[Deleted User] <[Deleted User]> #8
[Comment deleted]
[Deleted User] <[Deleted User]> #9
I tried using the video tag as previously suggested, but it does not work:
<video controls autoplay>
<source src="myMp3.mp3" type="audio/mp3" />
<source src="myOgg.ogg" type="audio/ogg" />
Get a better browser
</video>
Google f'd the pooch on this one!
<video controls autoplay>
<source src="myMp3.mp3" type="audio/mp3" />
<source src="myOgg.ogg" type="audio/ogg" />
Get a better browser
</video>
Google f'd the pooch on this one!
sl...@gmail.com <sl...@gmail.com> #10
abennett...
What version of Android did you used?
Android 2.3 claimed they have native AUDIO tag support.
What version of Android did you used?
Android 2.3 claimed they have native AUDIO tag support.
st...@gmail.com <st...@gmail.com> #11
Add the onClick handler as described in comment 4
mi...@gmail.com <mi...@gmail.com> #12
Needs to be fixed
la...@gmail.com <la...@gmail.com> #13
Android needs the HTML5 tags,more Apps will be builds then.
or...@gmail.com <or...@gmail.com> #14
Html5 is the future and needs to be supported both Aud and Vid. Additionally Video launches in a sep. player rather than playing natively in the browser as iWhatever does.
mo...@gmail.com <mo...@gmail.com> #15
Still not working on 2.2
da...@gmail.com <da...@gmail.com> #16
I have Gingerbread 2.3 on the HTC Evo 4G. The audio tag does not work. I have tried both Ogg and Mp3.
[Deleted User] <[Deleted User]> #17
Not working, fix it please.
[Deleted User] <[Deleted User]> #18
Groan - please fix this, tested on HTC Incredible.
kr...@gmail.com <kr...@gmail.com> #19
Needs to be fixed
ke...@gmail.com <ke...@gmail.com> #20
Audio tag now works in Cyanogen Mod 7.1 (Android 2.3.7) on my Nexus one.
ji...@gmail.com <ji...@gmail.com> #21
This should be working in 2.2 !!
dc...@gmail.com <dc...@gmail.com> #22
[Comment deleted]
dc...@gmail.com <dc...@gmail.com> #23
Not working under Cyanogen 7.1.0 on an HTC EVO 4G... (Tried w/ default browser and Dolphin.)
al...@gmail.com <al...@gmail.com> #24
still not working under droidx 2.3.. sad
sk...@gmail.com <sk...@gmail.com> #25
I am using android3.1. my html5 video works online but not offline
pe...@quested.net <pe...@quested.net> #26
html5 audio works fine in Android's built-in web browser (webapp), but stops working after Phonegap build (native webview). I used phonegap 2.0.0 and a Samsung Galaxy Tab2 with Android 4.0.4.
ed...@gmail.com <ed...@gmail.com> #27
[Comment deleted]
en...@google.com <en...@google.com>
bo...@gmail.com <bo...@gmail.com> #28
I would like to understand WHY this is obsolete?
hb...@gmail.com <hb...@gmail.com> #29
@29 because the Android WebView is now owned by Chromium team. Report all issues and bugs to http://crbug.com
Description
A workaround is to simply use a video tag. but it would be way better to have media controls natively in the WebView.