我有显示附件的方式。当我显示一个图像的模态和捏变焦,关闭模式和点击第二个图像,第二个图像已经放大。
怎样才能阻止这一切的发生?
<script id="modal.html" type="text/ng-template">
<ion-modal-view>
<div class="bar bar-header" class="ng-cloak">
<button class="button button-clear ion-ios-arrow-left fontSize25" ng-click="closeModal()"></button>
<h1 class="title customeHeared white-color">Attachment</h1>
</div>
<ion-content>
<ion-scroll zooming="true" direction="xy" delegate-handle="zoom-pane" class="zoom-pane" min-zoom="1">
<img ng-src="{{imagePath}}" style="width: 100%;padding: 20%;"/>
</video>
</ion-scroll>
</ion-content>
</ion-modal-view>
</script>发布于 2017-07-17 06:23:14
我还没有找到任何解决办法,现在结束这个问题。
如果有人来这里,并找到它的答复,请让我知道与评论。
https://stackoverflow.com/questions/44047039
复制相似问题