11-11-2012 06:40 PM - edited 11-11-2012 06:41 PM
All three of my WebWorks apps freeze immediately when I launch them in the BB10 simulator. When I remove the HTML5 audio API declarations (var sound1 = new Audio("media/sound1.mp3")) from my initializer, all three work without issue. My code as is works without issue in BB6, BB7, Tablet OS, IE, Firefox, Chrome, and Ripple's BB10 mode. What gives? Is this simply a bug in the simulator? And will my apps be approved if I submit them as is?
For the record, I'm deploying the .bars from .\simulator\, but the .\device\ ones don't work either.
11-12-2012 05:20 PM
The simulator should support audio
https://developer.blackberry.com/develop/simulator
| 180909 | While the simulator supports audio, it does not support video editing, playback, video recording or local playback of any streaming service. |
|---|
However I wonder if there's an encoding issue you're running into?
Can you file an issue for this in the developer issue tracker? https://www.blackberry.com/jira/secure/Dashboard.j
We'll get someone looking into it further.
11-12-2012 06:18 PM
Done. See here.
11-13-2012 04:06 PM
I'm guessing this won't be resolved by Friday (when I plan to participate in the "Got Game?" promotion), so if I could get an answer to at least this portion of my original post, that'd be very helpful:
blackwind wrote:
And will my apps be approved if I submit them as is?