Darren Chan

Results 9 comments of Darren Chan

Hi @JQQ-GIT Would you be able to provide some video demonstrating this error as well as some sample code that could help us better understand this issue? Also, what device...

Hi @henninghall Would you be able to provide the PDF that shows the issue in the video?

Thanks for that @henninghall, I was trying to replicate your issue on our project code, but maybe it's best for you to provide a working sample project that replicates this...

Hi @henninghall Our APIs work on screen pixel and Dimension.get() returns CSS pixels which are inspired by android's density-independent pixels. https://medium.com/building-with-react-native/how-to-develop-responsive-uis-with-react-native-1x03-a448097c9503#95e0 To calculate Android's screen pixels, you would take the...

Hi @tapizquent, Our pdftron-flutter project currently supports iOS and Android mobile platforms.

Hi @AbdulHaseeb70, I've tried replicating your issue on an emulated Pixel 4a and other devices and my physical device, however, was not able to reproduce this issue. Would you be...

> > Hi @AbdulHaseeb70, > > I've tried replicating your issue on an emulated Pixel 4a and other devices and my physical device, however, was not able to reproduce this...

Hi @henninghall `importAnnotations` is not meant for adding annotations based on the video you've provided. The purpose of the API is to import all annotations from a remote location to...

The flickering occurs when `update` gets called after you use importAnnotations. Unfortunately, we currently don't support adding annotations programmatically on the fly as you may need to dive into native...