Open robertnicjoo opened 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
null
this.photoViewer.show(photo.photo, null, { share: true }); I want to have
this.photoViewer.show(photo.photo, null, { share: true });
this.photoViewer.show(photo.photo, { share: true });
Is it possible?
Is it possible to not have a title but have share options?
Currently my title show
null
text, here is the codethis.photoViewer.show(photo.photo, null, { share: true });
I want to havethis.photoViewer.show(photo.photo, { share: true });
Is it possible?