PhoneGap中文网

标题: 在ion-list中添加ion-option-button之后ion-content不能滑动 [打印本页]

作者: DaSaB    时间: 2016-2-13 10:47
标题: 在ion-list中添加ion-option-button之后ion-content不能滑动
                                    <ion-content ng-controller="reFreshController" has-bouncing='true' class=" has-header">

                                        <!-- 聊天列表   -->                    
                                        <ion-list class="lsit" ng-controller="chatController" can-swipe="true" show-delete="false">
                                            <ion-item ng-repeat="chat in chats"  class="item item-avatar">                     
                                                    <img ng-src="{{chat.imgSrc}}">

                                                    <ion-option-button class="button-red" ng-click="">删除
                                                    </ion-option-button>
                                            </ion-item>
                                        </ion-list>


                                    </ion-content>

在ion-list中添加ion-option-button之后ion-content不能滑动,这要怎么解决呢?


1.png (87.5 KB, 下载次数: 271)

添加了ion-option

添加了ion-option

4.png (347.46 KB, 下载次数: 270)

正常情况下可以滑动

正常情况下可以滑动

2.png (95.18 KB, 下载次数: 249)

现在不能滑动了

现在不能滑动了

作者: admin    时间: 2016-2-14 14:14
基础教程继续往后看,路由管理什么的配置一下

http://www.ionic.wang/course-index.html#cours




欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/) Powered by Discuz! X3.2