-
-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Stylus support #3113
[iOS] Stylus support #3113
Conversation
Let me answer those questions, @j-piasecki:
It's hard to say as currently we have no way to test it. The two options that I see are either to implement it and hope that it will work fine, or wait for a device that will allow us to check if it is properly implemented. Either way, I think we can leave it as TODO and finish it in another PR. Let me know what do you think.
I'm not sure. If we do, we should also add support for twist property (I guess they will be similar). Sadly, my phone doesn't support The other reason why I have not added it yet is because there's no such thing on Android (at least I haven't seen anything like that in docs). So in my opinion we can add it, but it is not a big deal if it's missing. What's your stance on that? |
I guess we can add it in the future alongside hover. |
Please build this PR for visionOS simulator prior to merging |
I've just done it and it builds. I'll check it one more time if the code changes 😅 |
This seems to be breaking tvOS. I get |
Hi @RuudBurger, thanks for reporting this. Should be fixed by #3180 |
Description
This PR adds stylus support on
iOS
.Warning
This PR lacks support for
Hover
since currently we are unable to test that.Note
You can read more about this feature in #3107
Test plan
Tested on StylusData example