Numanshakir / flutter_image_clipboard

MIT License
2 stars 2 forks source link

Copy image/webp #2

Open sebastianspross opened 2 months ago

sebastianspross commented 2 months ago

Hi there,

the package is awesome and I do have very good results. Thanks for sharing!

On Android I am encountering an Issue. I want to paste a sticker into the keyboard's inputfield while WhatsApp is open. On iOS WhatsApp opens the image/webp file in WhatApps's sticker view. But on Android it opens the WhatApp's image view. I noticed that you are using image/png as mime type: https://github.com/Numanshakir/flutter_image_clipboard/blob/ac0882b8271c24ffedd40f57facd68e67e66afe6/android/src/main/kotlin/com/example/flutter_image_clipboard/FlutterImageClipboardPlugin.kt#L69

I forked your pub and changed to image/webp (tried with image/webp.wasticker as well), but still WhatsApp handles the file as normal image and opens the image view and not the sticker view. Any hints?

Numanshakir commented 1 month ago

@sebastianspross Thanks for your time ! I will check this issue and update the plugin again .