Hi,
We are facing an issue where SfPdfViewer displays only blank page when we scroll to it. No exception is thrown, and also this behavior is hard to reproduce.
We are using SfPdfViewer in PageByPage ViewMode. We have enabled scrolling with finger, by interaction with SfPdfViewer, and we also have a button which sets a page by calling SfPdfViewer.GoToPage method. It seems that the blank pages are caused by combination of those two methods.
To reproduce this you can try following:
1. Click the button, SfPdfViewer correctly displays correct page
2. Swipe the page, SfPdfViewer displays blank page only
Also to make things more cryptic this does not happen every time, but if you try the above procedure 10 times it will surely happen at least once.
I would like to provide a demo or a PdfFile, but we have already started integrating your view into existing product and it would be difficult for me to extract it for you.
Also we are currently using nuget which was provided as a fix for other issue, you can get it in this thread: https://www.syncfusion.com/forums/157930/nullreferenceexception-while-adding-stamp
Best regards