Closed shebin-tw closed 1 year ago
This issue was due to the viewController taking inside this plugin by this code
UIViewController *viewController = [UIApplication sharedApplication].delegate.window.rootViewController;
which wont work in my case as my project is native app + flutter as plugin..
I changed the viewController instance. and things started working for me
Document viewer not presenting in iOS