这是indexloc提供的服务,不要输入任何密码
Skip to content

[Question]: Can I share a URL using SharePlus that will open the app in a new window on android? #3620

@Rudentsov

Description

@Rudentsov

What is your question?

Hello!

I am developing an app in Flutter.

Is it possible to make it so that when I share a URL using SharePlus on Android, the Telegram app opens in a new window?

Currently, when I call:

SharePlus.instance.share(
   ShareParams(uri: Uri.parse(url)),
);

а dialog opens where I click the Telegram button, but the Telegram app opens in the current window of my app.
But I want Telegram to open in a new window. Is it possible?

Checklist before submitting a question

  • I searched issues in this repository and couldn't find such bug/problem
  • I Google'd a solution and I couldn't find it
  • I searched on StackOverflow for a solution and I couldn't find it
  • I read the README.md file of the plugin
  • I am using the latest version of the plugin
  • All dependencies are up to date with flutter pub upgrade
  • I did a flutter clean
  • I tried running the example project

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions