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>
ab...@gmail.com <ab...@gmail.com> #3
Actually the search view is coming but the issue is that it is showing below the Keyboard
de...@gmail.com <de...@gmail.com> #4
Still there
de...@gmail.com <de...@gmail.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.
gu...@google.com <gu...@google.com> #6
ze...@gmail.com <ze...@gmail.com> #7
SDK extension 13 only exists for Android 15 and higher, right?
How are we supposed to use this library on Android 11~14 if Android 13 only goes up to SDK extension 5, and Android 14 only goes up to extension 12?
Description
What was expected: Should render PDF without any issue on Android 14
What occurred: java.lang.UnsupportedOperationException: Operation support above S
at android.os.Parcel.createExceptionOrNull(Parcel.java:3069)
at android.os.Parcel.createException(Parcel.java:3041)
at android.os.Parcel.readException(Parcel.java:3024)
at android.os.Parcel.readException(Parcel.java:2966)
at androidx.pdf.models.PdfDocumentRemote$Stub$Proxy.numPages(PdfDocumentRemote.java:335)
at androidx.pdf.viewer.loader.PdfLoader$LoadDocumentTask.doInBackground(PdfLoader.java:368)
at androidx.pdf.viewer.loader.PdfLoader$LoadDocumentTask.doInBackground(PdfLoader.java:319)
at androidx.pdf.viewer.loader.AbstractPdfTask.findPdfAndDoInBackground(AbstractPdfTask.java:93)
at androidx.pdf.viewer.loader.PdfTaskExecutor.executeTask(PdfTaskExecutor.java:110)
at androidx.pdf.viewer.loader.PdfTaskExecutor.run(PdfTaskExecutor.java:56)
Visit