Results 10 comments of nico-boo

Any news on this issue? Facing the same problem. EDIT: Ok after many investigations, I concluded it's a phone/apple cache problem. I had to uninstall the app, uninstall test flight,...

You should probably use a repeatable background for the scrollbar and use css for the rounded border

After some research, there is strictly no native way to have custom scrollbar on ALL browsers. So... whether you decide to use a javascript library, or no style. But it...

I have the exact same problem. And much much worse with the devtools window open :( I've tried using vanilla-colorful instead, but onEventColorChanged is never called.

@alundeen I've found a temporary solution: Use vanilla-colorful instead of react-colorful. ``` return ( ); ``` And to add the color changed event listener, simply do this: ``` useEffect(() =>...

After some investigations, I found that the problems resides in the poor precision of the hash. So, instead of 8 bits (default in hashStr), it can be changed to 16...

I'm leaving on holidays so no promise, but I'll try when I have some time. If you want further details on this because it's hight priority, I'll be happy to...

Any news on this issue? I just had the same problem and can't find a workaround. I tried this: https://github.com/mrdoob/three.js/issues/5230#issuecomment-304013525, but still no luck. Any idea? Thanks!