Steve Seguin
Steve Seguin
This is on an iPhone? I do recall the iPhone having issues recording locally. Recording in chunks with `&splitrecording` might be a temporary solution, but what I can do is...
Thank you for that clarification. I spend a bit of time on the button bar, specifically for mobile. It needs some improvement anyways As per iPhones and reliability, I think...
I'll work on something now
For some reason I dont see the download bar in my online test device. I have some iphones local I can use also though. What version of iOS are you...
While Chrome or Edge is normally recommended, Safari is recommend on iOS. I'm not able replicate that issue with Chrome on iOS however either, so a bit odd. > Ah,...
Thank you for that. This might be due to how I trick the browser into letting me stream a local file to disk ,as if its downloading endlessly from a...
https://vdo.ninja/alpha/?menuoffset&push=GFajvy6 I added `&menuoffset` to alpha, which will let you set an offset from the bottom. &menuoffset=100px is the default, but you can do `&menuoffset=250px` if you wanted more room,...

Apologies for my delay. There could be a conflict with some CSS styles at certain screen resolutions, where a different style might have been overriding it. I pushed a change...
Wonderful. If that fixes the issue for you, I've just now pushed a change to alpha and production that does that also ``` if (urlParams.has("menuoffset")) { getById("subControlButtons").style.bottom = urlParams.get("menuoffset") ||...