We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H5
浏览器版本: mobile safari or chrome 使用框架: React
构建一个足够长可以滚动的页面,存在以下一个问题:
最外层容器不应该使用 flex 布局。 现有的技术:https://hellouniapp.dcloud.net.cn/
最外层不使用 flex 布局,模拟小程序的 tabbar 使用 fixed 布局。
Taro CLI 3.0.18 environment info: System: OS: Windows 10 Binaries: Node: 12.16.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.21.1 - ~\AppData\Roaming\npm\yarn.CMD npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered:
rn的flex也失效了, https://snack.expo.io/ 这个例子还taro的里跑,就没有全屏效果了,有解决方案吗?
Sorry, something went wrong.
提供示例未能复现该问题
Successfully merging a pull request may close this issue.
相关平台
H5
复现仓库
浏览器版本: mobile safari or chrome
使用框架: React
复现步骤
构建一个足够长可以滚动的页面,存在以下一个问题:
期望结果
最外层容器不应该使用 flex 布局。
现有的技术:https://hellouniapp.dcloud.net.cn/
实际结果
最外层不使用 flex 布局,模拟小程序的 tabbar 使用 fixed 布局。
环境信息
补充信息
The text was updated successfully, but these errors were encountered: