TalbotGooday / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
31 stars 23 forks source link

Even after implementing this implementation 'com.github.TalbotGooday:AndroidPdfViewer:Tag' App get crashed. #3

Closed jazzbpn closed 4 years ago

jazzbpn commented 4 years ago
  1. App get crashed using this dependency: /** PDF Dependencies */ // implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1' implementation 'com.github.TalbotGooday:AndroidPdfViewer:3.1.0-beta.3'

  2. And Sample code Issue: Once scroll to bottom unable to swipe top due to this pageFling(..) property. Commenting pageFling(..) resolve this swipe to top issue.

TalbotGooday commented 4 years ago

Hi. Can you send me the stacktrace, please. I would be very grateful if you could share an example of the code that causes the crashes and / or other problems.

jazzbpn commented 4 years ago

I tried the sample from the GitHub. It works! Thank you for the update.