Status Update
Comments
ro...@gmail.com <ro...@gmail.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.
bh...@google.com <bh...@google.com>
gu...@google.com <gu...@google.com> #3
Actually the search view is coming but the issue is that it is showing below the Keyboard
an...@gmail.com <an...@gmail.com> #4
Still there
gu...@google.com <gu...@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.
mi...@gmail.com <mi...@gmail.com> #6
Rather bad news about minSdk=31, that covers just about half of users today. So I won't be using this library, if it would cut off 50% of user base for my app. I use minSdk = 24, and increase this number by 1 each year. So at 31 my app will be in 7 years :)
ja...@zentity.com <ja...@zentity.com> #8
- Backwards compatible thanks to PdfiumAndroidKt
- Supports PDF annotations
- Supported gestures: pinch to zoom, tap to zoom, scroll
- Scrolling and dragging supports velocity drag
Description
What was expected: Backwards Compatability Should be there
What occurred: Library requires API 35 in order to be used