`getUserMedia` not working reliably with Turbo

Just wanted to cross post-this issue to try and get some more eyes over it: Bug: `getUserMedia` doesn't work reliably with Turbo on some iOS versions by ghiculescu · Pull Request #510 · hotwired/turbo · GitHub

Basically the issue is that on some iOS versions, getUserMedia doesn’t work on pages you get to via a Turbo link. But it does work if you navigate to the URL directly.

Has anyone come across this before or got any tips on how to work around it? As a workaround I’m disabling Turbo on links to the relevant page, but that won’t work with Turbo native adapters.