捏缩放不能在离子滚动内的Iframe中工作

时间:2017-07-13 10:49:05

标签: ionic-framework

我正在使用以下代码

<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的内容。这是什么问题

0 个答案:

没有答案