Hello,
I’m using the following to record videos:
<xrextras-capture-button capture-mode="standard"></xrextras-capture-button>
It works fantastically on IOS Safari, but on Android Chrome, it works poorly regardless of device. I thought it was just my implementation, but I just tested the Capture Photo template project, and I get the exact same issues.
Issue 1:
Sometimes the capture button spins infinitely when returning from the preview
Issue 2:
The 2nd recording is always presented as a static image (first frame of the video) in the preview. Sharing the video does result in an actual video though, so it is recording.
Any help regarding this would be greatly appreciated!