[TIMOB-794] Android: AudioPlayer pauses on window change
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:54:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M09 |
Components | Android |
Labels | android, audio, audioplayer, defect, release-1.6.0 |
Reporter | Scott Robinson |
Assignee | Don Thorp |
Created | 2011-04-15T02:36:32.000+0000 |
Updated | 2011-04-17T01:54:15.000+0000 |
Description
Android: Implement AudioPlayer - #705
Great to see this implemented! Seems to be working well for me on the lastest dev release! :) Cheers
When changing windows however, it pauses the currently playing audio until you return to the window with the AudioPlayer in. Would it be possible to modify it so that it works in the same way as the iphone? (I.E when changing windows it continues to play)
Assigning to Don for triage.
This has been resolved since 1.3.0 use the
allowBackground
flag to enable this behavior.