-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: dismiss keyboard on showing in app message on CDP SDK #828
Conversation
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #828 +/- ##
==========================================
+ Coverage 63.68% 64.55% +0.87%
==========================================
Files 140 149 +9
Lines 5502 6168 +666
==========================================
+ Hits 3504 3982 +478
- Misses 1998 2186 +188 ☔ View full report in Codecov by Sentry. |
SDK binary size reports 📊SDK binary size of this PR
SDK binary size diff report between this PR and the main branch
|
## [3.5.1](3.5.0...3.5.1) (2024-10-25) ### Bug Fixes * dismiss keyboard on showing in app message on CDP SDK ([#828](#828)) ([faad28a](faad28a))
Problem
This behavior prevents interaction with the app, as displaying of the in-app message disrupts the current activity (e.g., typing or moving back to previous screen) and makes it difficult for the user to manage actions.
Solution
Dismiss keyboard when in-app message shows up on the screen.
Testing
The change has been tested on :
Video
Simulator.Screen.Recording.-.iPhone.16.Pro.Max.-.2024-10-16.at.18.08.45.mp4