【问题标题】:Page will not scroll ionic css页面不会滚动 ionic css
【发布时间】:2016-10-31 16:13:43
【问题描述】:

我正在使用 ionic css 构建一个网页,一切都很好,除了滚动不会向上或向下滚动。我试过删除

overflow:hidden; 

元素,但它没有任何区别,我看不出是什么阻止了页面滚动。

下面是我的css页面的链接。

Ionic Css

【问题讨论】:

    标签: ionic-framework scroll


    【解决方案1】:

    您需要添加更多代码,但要解决滚动问题,您可以添加:

    <ion-scroll zooming="true" direction="y" style="width: 100%; height:400px;">
    
    the content that you want to scroll 
    
    </ion-scroll>
    

    你可以通过改变高度来控制滚动的内容范围。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-09-28
      • 2015-12-04
      • 1970-01-01
      • 2014-05-20
      • 1970-01-01
      • 1970-01-01
      • 2018-03-15
      • 1970-01-01
      相关资源
      最近更新 更多