Why the example is black on ios/safari but works fine on PC?
cosine1810 opened this issue · 1 comments
cosine1810 commented
the example works perfect on chrome(PC),
but it only shows black screen on safari(iPhone)
what do i miss? need help, please
cosine1810 commented
Problem solved. Safari doesn't allow new window.audiocontext() in wondow.load thread.
Use a button to trigger nes_load_url() can solve it.