Cordova 离子模式在打开和关闭时挂起

Cordova 离子模式在打开和关闭时挂起,cordova,ionic-framework,Cordova,Ionic Framework,我正在创建一个Cordova ionic应用程序。我在其中创建了一个模态。它在打开和关闭时悬挂。在整个应用程序中,所有模式的行为都是相同的。以下是其中之一: NewModal.html <ion-modal-view> <ion-content class="padding" has-bouncing="false"> <form name="labelForm"> <lab

我正在创建一个Cordova ionic应用程序。我在其中创建了一个模态。它在打开和关闭时悬挂。在整个应用程序中,所有模式的行为都是相同的。以下是其中之一:

NewModal.html

        <ion-modal-view> <ion-content class="padding"
            has-bouncing="false">
        <form name="labelForm">
            <label style="display: inline;"> Width: </label> <input
                class="form-control" type="number" ng-model="value.width" min=10
                max=1200 name="width" required="required" id="width1" /> <label
                style="display: inline;">Height: </label> <input class="form-control"
                type="number" ng-model="value.height" min=10 id="height1" max=600
                name="height" required />

            <button title="Create" class="button button-full btn-orange"
                type="submit" on-tap="submitted=true;createLabel(labelForm.$valid);">Create</button>
        </ion-content> </ion-modal-view>

宽度:高度:
创造

你能尝试不产生效果吗?我的意思是,从ion内容标签中删除'has bouncing=“false”'请尝试不产生效果吗?我的意思是,从ion内容标签中删除'has bouncing=“false”'请尝试不产生效果吗