Ionic添加搜索输入和复习

时间:2014-09-10 03:38:02

标签: ionic-framework html5-apps

我使用ionic来开发应用程序。当我添加搜索输入和复习时,我遇到了麻烦。

对于键盘,Ionic会在焦点搜索输入时为body和ion-content添加一些类或内联样式。但是有溢出:可见;'关于离子含量,以便发现复习。

我的HTML的一部分如下:

<ion-content class="has-header">
    <ion-refresher
            pulling-text="refreshing~"
            refreshing-text="loadding..."
            on-refresh="doRefresh()">
    </ion-refresher>

    <div class="list list-inset">
        <label class="item item-input">
            <i class="icon ion-search placeholder-icon"></i>
            <input type="text" placeholder="to search...">
        </label>
    </div>
</ion-content>

如何更改HTML结构?

我使用了离子插件ionic-plugins-keyboard

0 个答案:

没有答案