Details
Description
The <mobi:audioPlayer> comp renders an <video> tag on non-blackberry devices with a height of 20px. On Android, the browser player controls have a height of at least 45px.
Issue Links
- depends on
-
MOBI-537 audioPlayer component renders video tag
- Resolved
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31463 | Sat Oct 13 16:51:52 MDT 2012 | philip.breau | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/audio/AudioRenderer.java
|
Migration
created issue -
Migration
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | Migration [ remote ] | User Philip.breau [ philip.breau ] |
Migration
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
Migration
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Fix Version/s | 1.3 Beta [ 10373 ] | |
Fix Version/s | 1.2 Beta [ 10344 ] |
Judy Guglielmin
made changes -
Judy Guglielmin
made changes -
Link | This issue depends on MOBI-699 [ MOBI-699 ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
there is no height attribute on html5 audio element. Must use css for this. Video does have height attribute, but core rendering strategy (see MOBI-699) will not use video element tag for blackberry any longer see
MOBI-537