'sarriaroman-photoviewer plugin, title of the image is not shared

I installed the sarriaroman-photoviewer plugin, I share the images perfectly, but the the title of the image (which I provide in a variable string) is not shared, for example on whatsapp. I will be grateful if you guide me, thanks!

Ts: 
presentImage(photo, name0) {
    let myimage = photo;
    console.log(name0);
    let name1  = name0;
    this.photoViewer.show(myimage , name1, { share: true });
  }

package.json: "com-sarriaroman-photoviewer": "^1.2.5"

Ionic:

   Ionic CLI                     : 6.10.0 
   Ionic Framework               : @ionic/angular 6.0.4
Cordova:

   Cordova CLI       : 10.0.0 ([email protected])
   Cordova Platforms : android 10.1.1
   Android SDK Tools : 26.1.1 (C:\Android)
   NodeJS            : v14.17.3 (C:\Program Files\nodejs\node.exe)
   npm               : 6.14.13
   OS                : Windows 8.1


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source