Merott / nativescript-pdf-view

A basic PDF viewer plugin for NativeScript. Now maintained by @madmas: github.com/madmas/nativescript-pdf-view
Other
32 stars 35 forks source link

Optional annotations on android #49

Closed sc85 closed 4 years ago

sc85 commented 4 years ago

By default the rendering of annotations is disabled in AndroidPdfViewer. As a result filled forms are not visible which is essential for my use case. My PR adds an optional parameter which allows enabling the rendering of form context if desired. For iOS this parameter has no effect.

New PR for closed PR #15

sc85 commented 4 years ago

Sorry, wrong repository.