javascript - WebAudio crashes iPad's Home button -


i tried soundjs , howler js on ipad. both use webaudio playback sound. works fine in browser, however, if add home screen , run home screen web app, once play sound, or after playing sounds while, home button crashes , doesn't work anymore. whole app works fine, without slowness in performance, home button doesn't work anymore. way force shut down, takes ages restart. has had problem before?

thanks, vladas

the soundjs team has tracked issue down web app entering full screen mode using:

<meta name="apple-mobile-web-app-capable" content="yes" />

a bug reported apple (reference #15133492).

currently have no work around except not entering full screen mode.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -