jfversluis / pdfjs

A sample for showing PDF files in a Xamarin.Forms application with pdf.js
https://blog.verslu.is/xamarin/xamarin-forms-xamarin/showing-pdf-files-xamarin-forms/
35 stars 7 forks source link

Enable scrolling if needed #3

Closed Elashi closed 5 years ago

Elashi commented 5 years ago

Most likely people will first struck with unscrollable WebView . The default behavior for WebView is not responding to touch gestures. And the user will be unable to scroll through the document. Un-commenting the lines I added will enable the user to scroll properly.

jfversluis commented 5 years ago

Thank you for your PRs @Elashi ! Somehow I managed to miss them. I will look into them :)