-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS: Whammy / compile / Web worker / error #380
Comments
Updating to iOS 11, will see if it fixes something 🤞 |
Well, it doesn't fix anything, but I get something different. On Chrome and Firefox I now have :
Very contradictory, right? And on Safari I still have the problem I described in my first message. |
@quentint were you able to find a solution to this? In my case this is the error:
|
Well no, no solution found 😞 I eventually decided to ditch RecordRTC and only use native APIs, because the CanvasRecorder was clearly not helping; at least in my case. |
Are you able to record by using the native API on Safari on an iPad? |
Unfortunately no, but at least I don't offer a feature that wouldn't work anyway. |
I have the exactly same error using whammy |
Hi,
I'm facing an issue on iOS (both Safari, Chrome and Firefox).
The Web worker located there is dispatching an error.
I added this snippet to have more details:
And I'm seeing different error messages, depending on the browser used:
InvalidCharacterError (DOM Exception 5): The string contains invalid characters. blob:[BLOB] 318 48
TypeError: undefined is not an object (evaluating 'riff.RIFF') blob:[BLOB] 260 27
Anyone experiencing this, too?
Any help is appreciated 😺
I dont have this problem on desktop or Android browsers.
The text was updated successfully, but these errors were encountered: