bfirsh/jsnes

Why the example is black on ios/safari but works fine on PC?

cosine1810 opened this issue · 1 comments

the example works perfect on chrome(PC),
but it only shows black screen on safari(iPhone)
what do i miss? need help, please

Problem solved. Safari doesn't allow new window.audiocontext() in wondow.load thread.
Use a button to trigger nes_load_url() can solve it.