sarriaroman / photoviewer

PhotoViewer Cordova Plugin
MIT License
155 stars 202 forks source link

remove title, keep options #211

Open robertnicjoo opened 3 years ago

robertnicjoo commented 3 years ago

Is it possible to not have a title but have share options?

Currently my title show null text, here is the code

this.photoViewer.show(photo.photo, null, { share: true }); I want to have

this.photoViewer.show(photo.photo, { share: true });

Is it possible?