Hello!
I add SfPdfViewer inside SfNavigationDrawer.ContentView and in SfNavigationDrawer.DrawerContentView I have two buttons.
On each button click I load pdf file to SfPdfViewer. When I click on button first time SfPdfViewer show pdf file but on second click (on any button) I have an exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Syncfusion.SfPdfViewer.XForms.Droid.ScrollViewEx'.
On iOS it works fine.
Sample project in attachments.
Attachment:
GettingStarted_74563c07.zip