-
Notifications
You must be signed in to change notification settings - Fork 145
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
ChatView 2.2 Keyboard Hides in Mobile Browser #253
Comments
@kkruel8100 I’ve tested the example on both iOS and Android browsers, and it works fine on both. Could you please share the reproducible code for further investigation? RPReplay_Final1725444132.MP4 |
Can you add the below code to FeatureActiveConfig to the example-test app that you have and then retest? The use case has these features turned off. I think the example app assumes that all the features are enabled which is missing some of the use cases. Also opened a bug #254 that can be tested in local on a separate matter but referencing that to illustrate that the example app is assuming that all features are enabled which skews some of the testing. enableReactionPopup: false, |
Need update on this. We are currently using this package for production and our users are reporting the same problem. I have been trying to fix the problem myself by patching the package myself based on those: Unfortunately, the problem is still there. I believe the problem is caused by unnecessary re-renders. We will submit a PR once we found the solution |
Hey folks, I have conducted deep investigation to the library and found the root cause of this issue. PR #258 will attempt to fix the issue. |
Thank you, @ElyasAsmad, for the PR. I’ll review it as soon as possible. |
Hello @vatsaltanna . Any update on this issue? It's been a month now since the PR is submitted. I hope you can merge it asap since there are other projects that utilizes your library. |
Describe the bug
Updated to ChatView 2.2 for bug fix for gray screen in mobile browser.
To Reproduce
Publish web app
Go to Android tablet
Open Chrome
Use url link from published web app in Chrome browser
Go to text field and focus to type message
Expected behavior
Keyboard stays open so that the user can type the message
Actual behavior
Keyboard hides immediately
Note:
This is the "web" app and is accessible via the published url in a browser on mobile device. The mobile device is not using a mobile app. Need the web app to be accessible from the browser on the mobile device. Not able to recreate in "local" environment because this requires a published web app that is being accessed via the browser.
It works as expected in laptop/desktop browser local and published.
See issue #216 for video of behavior.
The text was updated successfully, but these errors were encountered: