pmndrs / uikit

🎨 user interfaces for react-three-fiber
https://pmndrs.github.io/uikit/docs/
Other
2.61k stars 135 forks source link

Onscreen keyboard doesn’t open on iOS Chrome/Safari #30

Open hybridherbst opened 6 months ago

hybridherbst commented 6 months ago

This sample page: https://pmndrs.github.io/uikit/examples/auth/

is, I believe, supposed to open an on-screen keyboard when clicking the text field.

That currently does not work on iOS (both chrome and safari have the issue). I haven’t tested yet but assume it would also be broken on visionOS (XR and non-XR).

bbohlender commented 6 months ago

https://github.com/pmndrs/uikit/assets/85560643/fc03ee15-749e-43d3-aff3-3698f7e57d14

I cannot test on an actual device, but in the emulator, it seems to be working :(

lachlanjc commented 6 months ago

I tested this out on my Apple Vision Pro & can confirm that the virtual keyboard does not appear with visionOS 1.1 on Safari :(

bbohlender commented 6 months ago

@lachlanjc I'm not sure Apple Vision Pro supports a virtual keyboard in a WebXR session. Can you point me to a WebXR site that does?

lachlanjc commented 6 months ago

Yep, I think you're right, I haven't either. Maybe worth noting in the docs?