Dieter Morar

Results 2 comments of Dieter Morar

Hi, having the same issue. My workaround: ``` onFilter={() => { const scrollerRef: HTMLElement | null = document.querySelector('.p-virtualscroller-content'); if (scrollerRef?.style?.transform) { scrollerRef.style.transform = 'translate3d(0px, 0px, 0px)'; } } } ```

Same and a lot of others in the issue Board. When I try to start the device by myself inside the docker, I receive this: ` /usr/local/bin/docker-android start device 2025-09-15...