tonaljs / tonal-app

https://danigb.github.io/tonal-app/
MIT License
17 stars 7 forks source link

Tonal App 404 for .map files #2

Open ianwieds opened 6 years ago

ianwieds commented 6 years ago

Love the example app! WOW!

It seems to work fine on my laptop but I tried it on my iPhone and I got these errors:

screen shot 2018-02-22 at 11 58 12 am

I can only see the console when using Safari but the app shows a blank screen in all mobile browsers.

I'm still learning about .map files so I'm not sure how to go about fixing them...

danigb commented 6 years ago

Hi @iwiedenm,

Glad you like it. The demo app uses AudioContext and it should be prefixed in iPhone (webkitAudioContext). It's a trivial change, but I don't know when I can implement it (I'm out of time). PR are welcomed ;-)

Regards, Dani

EDIT: the problem is with AudioContext. The .map files are missing, but they are not required.

ianwieds commented 6 years ago

Thanks for getting back to me @danigb, i'm still new to this but if I can figure it out I will absolutely contribute, it's the least I could do!

If you know any helpful resources where I can read up on webkitAudioContext and AudioContext send them my way and I'll get started :)