Remix.run Logo
thih9 a day ago

I like that I can grab and drag the browser’s scroll indicator and the animation updates seamlessly (safari mobile).

Washuu a day ago | parent | next [-]

It responds to the scrolling, leaving agency to the user, instead of hijacking scrolling, that steal agency from the user, that some web sites do. It's so much better of a solution and friendly to accessibility.

bbx a day ago | parent | prev | next [-]

TIL you can grab the scroll bar on iOS!!

Thanks for this. Jumping to the bottom of a page was such a chore for me.

captn3m0 a day ago | parent | prev [-]

I get a black screen with a scroll bar. Lockdown mode on iOS.

thih9 a day ago | parent | next [-]

> When Lockdown Mode is enabled, your device won’t function like it typically does. (…)

> Web browsing - Certain complex web technologies are blocked, which might cause some websites to load more slowly or not operate correctly.

https://support.apple.com/en-us/105120

UncleBen a day ago | parent | prev [-]

Most likely due to iOS lockdown mode disabling WebGL rendering.

Arnavion a day ago | parent [-]

Same for me on desktop Linux Chromium (with and without incognito mode), and yes console prints WebGL errors:

> scripts.js?v=1:3820 THREE.WebGLRenderer: A WebGL context could not be created. Reason: Web page caused context loss and was blocked

> scripts.js?v=1:3820 THREE.WebGLRenderer: A WebGL context could not be created. Reason: Failed to create a WebGL2 context.