neophob / wpc-emu

Williams Pinball machine emulator, Play it @
https://playfield.dev
Apache License 2.0
70 stars 12 forks source link

Mobile version does not work (iOS only) #13

Closed neophob closed 6 years ago

neophob commented 6 years ago

the wpc emu does not work anymore on mobile browser

error: SyntaxError: Cannot declare a let variable twice: 'e'. (Safari on iOS)

neophob commented 6 years ago

switched to terser optimiser, now NotSupportedError (DOM Exception 9): The operation is not supported. on ios

neophob commented 6 years ago

Looks like the source of the issue is here:

this.buffer = this.audioCtx.createBuffer(MONO, DEFAULT_SAMPLE_SIZE, INPUT_SAMPLE_RATE_HZ),
neophob commented 6 years ago

fixed in v0.6.10