Gallery Modal可以理解为相册的预览界面。可以显示网络图片,也可以显示base64Image。
相机拍照,或者相册选择图片后,用缩略图组件显示缩略图,点击缩略图可以预览大图。
组件特性:
参考地址:nofollow" target="_blank" href="https://github.com/nikini/ionic-gallery-modal">https://github.com/nikini/ionic-gallery-modal
1)安装包:
2)在app.module.ts中添加:
3)在你的页面中直接使用ModalController来展示:
注意photos数组里面,加上url属性,默认格式为Array[{ url: string }],否则组件找不到url。
initialSlide是默认加载的图片的索引,不要超出索引范围。
效果如下:
原文链接:https://www.f2er.com/js/38792.html