【问题标题】:why is ion-scroll don't showing in ionic app?为什么离子滚动不显示在离子应用程序中?
【发布时间】:2017-09-25 17:49:01
【问题描述】:

我想让我的应用程序的一部分可滚动。但只是这部分。然后我这样使用:

<ion-content has-footer>
    <ion-scroll scrollY="true">
        test test
    </ion-scroll>
</ion-content>

但是测试测试测试不可见。

你知道我做错了什么吗?

谢谢 最好的问候

【问题讨论】:

    标签: angular ionic-framework ionic2 ionic3


    【解决方案1】:

    请提供一个高度,然后它将可见。

    <ion-content has-footer>
        <ion-scroll scrollY="true" style="height:100vh">
            test test
        </ion-scroll>
    </ion-content>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-03-01
      • 2018-03-27
      • 2017-05-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-11-08
      相关资源
      最近更新 更多