carsten-klaffke / send-intent

Repository for send-intent Capacitor plugin
MIT License
106 stars 12 forks source link

fix: missing text when shared to from apps like zelando #9

Closed j-d-carmichael closed 3 years ago

j-d-carmichael commented 3 years ago

Apps like the "zelando" app share to other apps as image/jpeg when you grab the intent type, but they also bundle in text with a URL (which is more important than the image). This PR adds text to the ret variable along with image - as the intent.getStringExtra(Intent.EXTRA_TEXT); returns text or null this means it fails silently but allows the capacitorjs app to handle everything as it would like to.