iPad Cursor Not Visible

I’m guessing this is an iOS limitation, but when using the Smart Keyboard with trackpad on iPad, Ben and I discovered you don’t get a live cursor in spaces with the iPad trackpad cursor like you do on a laptop.

Curious if that’s something Kinopio might be able to pickup, or if my guess is right and you just don’t get any visibility to iPad cursors.

2 Likes

I think that’s something that can be fixed by using pointer events instead of mouse move maybe , I’ll look into that. Thanks for letting me know!

2 Likes

I’m not sure why the iPad wasn’t broadcasting position information, because I’m asking for it on touchmove, but maybe that confused the trackpad. Anyways, I switched it to using the newer, and more general, pointermove event so let me know if that fixes the issue for you

1 Like