photoviewer
photoviewer copied to clipboard
How to stop sharing of Images in IOS.
I am unable to stop sharing in Ios. I try this code, this._photoViewer.show(bookImgPath, '', {share: false});
It is working in Android, but in Ios , the sharing button appears. This is for Ionic2.
The documentation for this states that { share: false }
only works on Android.
Optionally you can pass third parameter which can be used to hide the share button [ONLY FOR ANDROID]
When share option will be enabled on IOS ?