Web Audio API with IOS and Phonegap causes crash on resume from background
问题 This might be a shot in the dark but here it goes: I have an HTML5 game running great on iPhone using Phonegap. I added audio using Web Audio API (which as of ios 6 is supported). This too works well, except when I exit the app then re-open the app (from being "Backgrounded"). Upon resuming, the app now pauses then crashes. Some other info I first noticed this after using the howler.js framework for audio. I removed this and tried the most basic barebones example of Web Audio API and the