gpt4 book ai didi

nativescript - 嵌套页面路由器导出高度不可调整(ios)

转载 作者:行者123 更新时间:2023-12-04 03:58:11 24 4
gpt4 key购买 nike

我正在使用 this example具有嵌套的页面路由器 socket 。我发现嵌套路由器在 iOS 上总是占页面高度的 100%,而在 Android 上它会服从您的指示。

例如,如果你做了这样的事情,嵌套的 page-router-outlet 在 iOS 上将是全高,但在 Android 上它实际上是 400 高

<GridLayout rows="400, *">
<GridLayout row="0">
<page-router-outlet></page-router-outlet>
</GridLayout>

<GridLayout row="1">
<Label text="Some other content"></Label>
</GridLayout>
</GridLayout>

最佳答案

它在 ios 上运行良好。只有您的代码可能存在其他问题。按照您的建议,我已经克隆了 github 代码并将其添加到 Playground 供您测试。您可以从 here 访问 Playground .

我的建议是将您的 child 添加到 Playground 上方并进行测试。可能是子组件有 100% 的高度与父组件重叠。

关于nativescript - 嵌套页面路由器导出高度不可调整(ios),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54975963/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com