mp3 - Android sdk web page object size too small -


i have android morse code tutor app has been online couple years, , revisions have been made during time. decided make revision allows user play mp3 file web site. problem follows:

the file plays in android simulator, on actual device, user required touch play button, way small. see code below:

uri = uri.parse("http://www.arrl.org/files/media/w1aw/morse/archive/10%20wpm%20files/051110wpm.mp3"); startactivity( new intent( intent.action_view, uri ) );

any suggestions appreciated.

i figured out looking @ few dozen web sites. used media player , works great!


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -