Status Update
Comments
bh...@google.com <bh...@google.com>
gu...@google.com <gu...@google.com>
ra...@google.com <ra...@google.com> #2
Hi samsadch,
In the AndroidX PDF library, the search view is animated using the
Without this, the callback might be consumed at an upper level, preventing it from being received by the PdfViewerFragment's container.
sa...@gmail.com <sa...@gmail.com> #3
Actually the search view is coming but the issue is that it is showing below the Keyboard
sa...@gmail.com <sa...@gmail.com> #4
Still there
ra...@google.com <ra...@google.com> #5
Hey Samsad,
It seems your concern is that the search view remains behind the keyboard when it's open, instead of being positioned below it.
As mentioned in my earlier comment
For reference, you can see the search view translation logic
To resolve this, please ensure that the view hierarchy containing the PdfViewerFragment allows insets to propagate down the view hierarchy.
Description
The Search view is hidden below the Keyboard, when typing user is not able to see the text content as TextField is hidden below the keyboard
What was expected:
While the user is typing search text field should show what the user is typing
What occurred:
The textfield is hidden under the keyboard
Relevant code to trigger the issue:
A screenrecord or screenshots showing the issue (if UI related):
Visit