You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On web this library simply acts as mock and doesn't do anything useful 😔 It just relies on default keyboard handling mechanisms (depending on browser - you can log values from my hook and you will see that they are not changing in both cases).
There is an open discussion for web support - #43
However Safari still doesn't support Virtual Keyboard API (and it looks like Apple engineers don't bother to add it in a near term) 😔
I take this issue as an opportunity to tell you thanks a lot for this awesome library 🙏 🙏 🙏
@PierreCapo I'm going to close that issue because it's not something that I can fix at the moment.
However, if you want to contribute to this project and push the progress forward - you can prepare web example. An ideal thing in my head is that we can re-use code from example and share js code between example/FabricExample/web projects. If you can do that (i. e. create web project using expo and create workspaces to share a code between projects that would be a dope! ❤️)
Describe the bug
Using
useReanimatedKeyboardAnimation
(and possibly other APIs) on Safari seems to not workCode snippet
To Reproduce
Tap on the TextInput to display the keyboard.
Expected behavior
The reanimated value should be updated when the keyboard appears and the button should moves up
Screenshots
chrome_based.MP4
safari.MP4
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: