iframe内容中的按钮单击无效

时间:2017-03-10 07:01:40

标签: ios angularjs iframe ionic-framework cordova-plugins

我在我的离子ios应用程序中使用iFrame在内容中加载网页,但是当我点击iframe内容中加载的按钮移动到顶部并且点击不起作用。 以下是我的HTML和CSS。

**HTML**
<ion-tab icon-off="InductGray" icon-on="InductBlue" on-select="inductPage()">
    <div class="wrap">
        <!-- <iframe class="IFrame_Size" ng-src="{{home_induct_url}}"></iframe> -->
        <iframe class="IFrame_Size" ng-src="{{home_induct_url}}"></iframe>
    </div>
</ion-tab>

CSS

.IFrame_Size{
    width: 100%;
    height: 100%;
}

0 个答案:

没有答案