Zain Almasri
Results
2
comments of
Zain Almasri
I faced the same issue, I fixed it by add `sourceRect` for your `popoverPresentationController` in SwiftEsysFlutterSharePlugin.swift file as follow: let controller = UIApplication.shared.keyWindow!.rootViewController as! FlutterViewController activityViewController.popoverPresentationController?.sourceView = controller.view if UIDevice.current.userInterfaceIdiom...