Results 14 issues of Tim

The alert box pops up for a second, then vanishes, leaving just the darkening div visible. To replicate, open up the examples page and run the default alert in Mobile...

troubleshooting

Hey everyone. I'm pulling my hair out with this one. I get what seems to be random hangs on this line here on my Oculus Go only. https://github.com/immersive-web/webxr-polyfill/blob/master/src/devices/WebVRDevice.js#L246 It seems...

### Describe the bug I've got a element which lets the user create a `blob` or `File` object. I then want to use that blob/file object as a field in...

bug

Hey Martin, Right clicking activates `onDragStart`, and the corresponding DragEventHandler doesn't seem like we can cancel the actual click event on our end. Is this something we'd intercept and `preventDefault()`...

enhancement
good first issue

Hey all, this is probably a TypeScript issue, but I'm wondering if there's a clever workaround for FA. I just updated to TypeScript 3.4.1 and am getting compile errors now...

duplicate

I've got an app that has pinch to zoom enabled on a canvas element, and I noticed that my dragging of the canvas (controlled by Impetus), would just stop every...

I've just found that I get this only when I use gulp/browserify via npm in production mode. If I do a dev compile, it works fine! Looks like it's failing...

### Check that this is really a bug - [X] I confirm ### Reproduction link https://codesandbox.io/s/swiper-default-solid-forked-74lqi1?file=/src/App.jsx ### Bug description I've got Swiper working with Slides that are generated in place,...

Vite 3.1.0 just got released, and won't run any projects with solid-dnd included. Downgrading to 3.0.9 works fine still though. Not sure if it's a Vite thing, or something that...

bug

### Describe the bug I believe this is possibly a regression from https://github.com/solidjs/solid-router/pull/170 ? I've got a `` setup in my main application. ``` const [params, setParams] = useSearchParams(); if...