binSaed / flutter_cached_pdfview

Enhanced PDF view for Flutter.
https://pub.dev/packages/flutter_cached_pdfview
MIT License
118 stars 67 forks source link

Can't select content in PDF_View on Android #12

Closed albatrosify closed 3 years ago

albatrosify commented 4 years ago

Describe the bug While in iOS it is possible to select, mark, and copy text from inside the PDF_View, I am unable to do so on Android.

To Reproduce Steps to reproduce the behavior:

  1. Load PDF.
  2. Zoom to any text
  3. Try to mark the text to copy it.

Expected behavior Text gets marked/selected.

Smartphone (please complete the following information): OS: Android

binSaed commented 4 years ago

now this not supported in android because we depend on AndroidPdfViewer

but it is in Future plans