Joshua Milas
Joshua Milas
It has to be served under the same origin as the page as that's the issue at hand. You can use the same http server you use to serve the...
I think you need to have the URL be relative to your origin. For example I copied the ffmpeg folder into my assets folder and referenced it like so. "/assets/js/ffmpeg/ffmpeg/dist/esm/worker.js"...
Quite alright, I figure I would give you a heads up, but I'm also looking into the problem myself. I've only tested it with 3.10, and I'll try some others...
I added some logging and grabbed a console output. It looks like it is: 1. Touch with ID 0 2. Touch with ID 1 3. Pointer Moved I think I...
I read more and found that the `event_processor` already handles that logic and I just needed to pass the right event in the converter. Seems to work on Android +...