GithubHelp home page GithubHelp logo

Comments (8)

Zain4994 avatar Zain4994 commented on July 30, 2024 1

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 == .pad {
        activityViewController.popoverPresentationController?.sourceRect = CGRect(x: 0, y: 0, width: controller.view.frame.size.width, height: controller.view.frame.size.width / 2)
    }


    controller.show(activityViewController, sender: self)

from esys-flutter-share.

aneicnh avatar aneicnh commented on July 30, 2024

Does anyone know if an update containing a fix for this problem is already in work?

from esys-flutter-share.

bytesfellow avatar bytesfellow commented on July 30, 2024

@aneicnh as far as I can tell, there were no releases since I raised the issue i.e. the latest one 1.0.2 still has the problem

from esys-flutter-share.

joaotux avatar joaotux commented on July 30, 2024

same mistake here, also on ipad.

from esys-flutter-share.

ejain avatar ejain commented on July 30, 2024

Encountered the same issue on simulated iPads running 13.2 and 13.3 (i.e. iPadOS). Works on 12.4 and 10.3.

from esys-flutter-share.

XbIK avatar XbIK commented on July 30, 2024

same issue on iPad 13.3

from esys-flutter-share.

diegoveloper avatar diegoveloper commented on July 30, 2024

It's look like a dev fixed the issue but it wasn't merged, try using in this way :

  esys_flutter_share:
    git:
      url: https://github.com/neckaros/esys-flutter-share

from esys-flutter-share.

diegoveloper avatar diegoveloper commented on July 30, 2024

Well, it has some bugs for iPhone now so I ended up forking the project and apply my own changes:

  esys_flutter_share:
    git:
      url: https://github.com/aeyrium/esys-flutter-share

from esys-flutter-share.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.