I'm using window.navigator.share({url})
. This makes it share the same url
to all apps in the device.
Is it possible to add specific query parameter(I want to add utm
parameters) for each app?
For example, if the user selected WhatsApp to share, then I can add the parameter ?utm_source=Whatsapp
to the URL.
You can use the URLSearchParams interface.