我正在使用以下代码
<ion-scroll zooming="true" direction="xy" style="width: 100%;height:100%" delegate-handle="zoom-pane" class="zoom-pane" min-zoom="1" scrollbar-x="false" scrollbar-y="false" overflow-scroll="false">
<iframe id="rframe"
ng-src="{{rm._iframe}}"
style="height: 100%;width: 100%;",
name="r_container">
</iframe>
</ion-scroll>
但是在渲染时我无法放大iframe的内容。这是什么问题