docs-maui icon indicating copy to clipboard operation
docs-maui copied to clipboard

Uri bug

Open Adrianotiger opened this issue 1 year ago • 0 comments

Type of issue

Missing information

Description

There is still a limit of 2000 chars when try to open a scheme or app over the OpenAsync call. So it is impossible to forward an image or some contents to another app with this scheme.

I remember it from 5 years ago (I still had this problem), that Android is able to launch an application with 2MB of data, iOS with 200MB.

Maybe it should be described better in the documentation. OpenAsync(string) should be able to accept a long string... Or not?

Page URL

https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/appmodel/launcher?view=net-maui-8.0&tabs=android

Content source URL

https://github.com/dotnet/docs-maui/blob/main/docs/platform-integration/appmodel/launcher.md

Document Version Independent Id

18807604-a4a8-7fa5-b675-5be77277e158

Article author

@davidbritch

Metadata

  • ID: 18807604-a4a8-7fa5-b675-5be77277e158
  • Product: dotnet-mobile
  • Technology: dotnet-maui

Adrianotiger avatar Dec 12 '23 08:12 Adrianotiger