离子3离子输入错误聚焦

时间:2017-10-12 09:16:04

标签: ionic-framework angular2-forms

我用离子3创建一个简单的形状,但是我在第一个离子输入上得到了错误的焦点位置。以下是问题的屏幕截图:

enter image description here

您可以看到蓝色光标未位于离子输入上。但我的代码似乎没问题:

<ion-content padding> 
    <ion-list>
        <ion-item>
            <ion-label stacked>Username</ion-label>
            <ion-input type="text" [ngModelOptions]="{standalone: true}" [(ngModel)]="username" placeholder="Your Username"></ion-input>
        </ion-item>
        <ion-item>
            <ion-label stacked>Other Username</ion-label>
            <ion-input type="text" [ngModelOptions]="{standalone: true}" [(ngModel)]="snap_username" placeholder="Your Other Username"></ion-input>
        </ion-item>
    </ion-list>
</ion-content>

任何人都知道这个问题的解决方案吗?

1 个答案:

答案 0 :(得分:0)

好像我找到了解决方案。

如果它可以帮到某人,那么在我安装the WKWebview plugin之后问题就会消失。