KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
334 stars 390 forks source link

Screen goes black after sharing #70

Open eliaweiss opened 4 years ago

eliaweiss commented 4 years ago

The app copies the image data on the main thread, which cause the screen to go black

niypoo commented 3 years ago

I'm facing this issue now , appearing after put example code into info.plist

mjurfest commented 5 months ago

Same for me, when running the example project i see a black screen before the app screen appears, any plan to fix this @KasemJaffer?