ShareLink("Share Status as image", item: renderedImage, subject:Text("(itemDue.customerName) your order is ready"), // message: Text(mesaage), // , preview: SharePreview("Order status", image: renderedImage) )
when using sharelink if you try to share an image and a message together over whatsapp it only takes the message, if you comment the message it will then share the image. is there any workaround for this?