views:

64

answers:

0

I'm trying to very quickly port over an html application with plays sound (with soundmanager2) to a native android app using WebView. From my research, I haven't seen any evidence that sound, such as mp3s, can be played via javascript or any other methods using WebView.

My goal now is to quickly port over the html app and then eventually create a truely native application without using WebViews.

Please let me know if anyone has been able to successfully implement playing audio using WebViews and Javascript or if this is just not possible at this time.

Thank you.