-
Notifications
You must be signed in to change notification settings - Fork 57
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 Chrome Compatibility #12
Comments
hi, thanks for the report |
I didn't get any warning/error logs. I'm pretty sure the bug has to do with how presses are handled on mobile devices, and not really with the mobile browsers themselves. Going to "https://codekraft-studio.github.io/vue-record/" on desktop and inspecting element, and pressing "Ctrl + Shift + M", i can reproduce the bug with this mobile view. I ended up fixing it for my app by not using
in VueRecordAudio.vue, and instead removing the hold functionality, and starting/stopping recording with Although strangely, the element appears on IOS Safari and works properly, but "isSupported" evaluates to false on IOS Chrome, and the element does not appear because of this. |
Have you made any progress on using webm-media-recorder to expand compatibility? Wierd that the issues occur on IOS Mobile Chrome rather than Safari. |
not yet, unfortunately i'm in a ruff time and i don't have many time to dedicate to projects |
As far as I'm there is an issue with WebKit that prevents Chrome on iOS working correctly with MediaRecorder: https://bugs.chromium.org/p/chromium/issues/detail?id=752458 |
I'm also facing compatibility issue in IOS chrome. I tested it in android chrome and both audio, video is working fine there, but in IOS, just showing blank space. Please make it compatible with IOS too. |
I've implemented vue-record in my own app, and it appears to be not working on chrome, on IOS.
It appears the demo website for vue-record has the same issue, the record icon never shows up, there is just a blank space where it should be.
Additionally, when using the demo site on android, the record button requires a long press, stopping and starting recording happens inconsistently, sometimes ending a recording and immediately starting a new one.
Edit: I was able to replicate this issue on the demo site with Chrome's inspect element device tool, using most of the mobile devices (IphoneX and galaxy included)
The text was updated successfully, but these errors were encountered: