-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
useKeyboardAnimation doesn't work on Samsung Galaxy Note 20 #55
Comments
Hi @fobos531 It's really interesting why it doesn't work on Galaxy Note 20 🤔 If you could reproduce it on any simulators (Android Studio/Genymotion) - let me know :) |
Hey, thank you very much for looking into it! Yeah, unfortunately I also don't have this device either so I had to rely on Browserstack's service to reproduce this bug - but if there's anything else I can do, let me know, I'm happy to help! |
@fobos531 never heard about Browserstack🤔 Is it publicly available (i. e. I can sign up and get a remote device for testing?). And if yes - is it free? |
Their remote device testing service is called App Live. Unfortunately it doesn't looks there is a fully free plan: https://www.browserstack.com/accounts/subscriptions?product=app-live |
Hi @fobos531 Screen.Recording.2022-08-18.at.18.23.00.movI know, that you've tested it on Android 10 & 12, so it may be the issue. Anyway I will try to catch a time point where more devices will be available (and hopefully I can reproduce the problem) 🤞 |
Note20Ultra-Android12.mov |
@fobos531 just tested it on Note20 Android 12 - still, everything works fine 🤷♂️ S20-API32.movI ran app from |
Hmm, if it works fine for you, maybe it's something related to my setup - I'll hopefully check it out when I have some time to do so, I'm currently swamped with work. Until then, I'll close this issue. Once again, thank you for the effort put into this issue! 🙌 |
Describe the bug
I suppose the keyboard height values aren't exposed to the hook correctly on Samsung Galaxy Note 20. Something's probably wrong with keyboard height events there
Repo for reproducing
Simply use the example app from this repo - the key is running the app on a Samsung Galaxy Note 20.
Expected behavior
Keyboard height values should be correctly exposed to the useKeyboardAnimation hook on Samsung Galaxy Note 20
Screenshots
Under the keyboard - there are two inputs. The keyboard height values are being correctly returned for other Samsung Galaxy devices, like the Galaxy S21. It's the Galaxy Note 20 that is problematic.
Smartphone (please complete the following information):
Additional context:
It seems its something specific to Galaxy Note 20 (since it works on other Samsung devices), but I'm not sure what that would be.
The text was updated successfully, but these errors were encountered: