Photo Viewer
This plugin can display your image in full screen with the ability to pan, zoom, and share the image.
联系我们?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.
Ionic 图片预览 Photo Viewer插件的安装(Installation)
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
Ionic 图片预览 Photo Viewer插件支持的平台(Supported Platforms)
- Android
- iOS
Ionic 图片预览 Photo Viewer插件的用法(Usage)
import { PhotoViewer } from '@ionic-native/photo-viewer/ngx';
constructor(private photoViewer: PhotoViewer) { }
...
this.photoViewer.show('https://mysite.com/path/to/image.jpg');
this.photoViewer.show('https://mysite.com/path/to/image.jpg', 'My image title', {share: false});
this.photoViewer.show('https://mysecuresite.com/path/to/image.jpg', 'My image title', {share: false, headers: '{username:foo,password:bar}'});