phonegap/phonegap-app-star-track

Use HTML5 audio in browser first then move to plugin (or as fallback)?

Closed this issue · 1 comments

Should we consider adding a step in the app building process that simply uses HTML5 audio first for playback? The thought being that they may be testing mostly in a browser at first and might get more immediate gratification hearing something play?

Maybe.

Certainly my process (detailed in the CHANGELOG, etc) had the preview as an <audio controls src=''> first (464c2cb#diff-ab469c2203f00940178ab4d78eacaad6R258)