Assigned
Status Update
Comments
bh...@google.com <bh...@google.com>
gu...@google.com <gu...@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.
gu...@google.com <gu...@google.com> #3
Actually the search view is coming but the issue is that it is showing below the Keyboard
Description
What occurred: Currently when pdf-viewer-fragment opens a page the default page it opens to is page 0, in my app I want to open a specific page. This also helps if you have thumbnail preview and when a user selects the thumbnail it goes to the specific page. So having one function in pdf-viewer-fragment to goto a specific page helps a lot.