Hi there, I hope this is the right place to post this, apologies if not. I’m been playing around with Ember, making some mini projects. My latest one is a Simon Game and a live demo can be found here http://ember-simon-game.surge.sh
The sounds seem to work fine on chrome but on mobile browser (also chrome), if you hit start and get up to the second level, the sequence sounds (level 2 onwards) aren’t playing properly (mobile issue only).
I think it has something to do with how I am using Ember.run.later but I’m not too sure. The relevant code for reinitializing the play sequence can be found here https://github.com/tchan/ember-simon-game/blob/master/app/controllers/application.js#L134
Any idea on why this is happening? Also if you have extra time, I welcome any feedback on how to structure or improve what I’ve done but please don’t be too harsh as I have low self esteem (just kdiding…but not really).