NativeScript / NativeScript/plugins
[@nativescript/camera] IOS Camera stays behind page content if opened in nested page-router-outlet
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 206
- 派生
- 123
- 平均合并
- 2 天 1 小时
- 30 天内合并 PR
- 1
描述
let me paste the bug from the previous version
unfortunately still not fixed, hence the request for help
https://github.com/NativeScript/nativescript-camera/issues/234
"
I have a nested page-router-outlet configuration in my app. Root component template has a page-router-outlet. Child page has the following template:
<grid-layout rows="*, auto">
<page-router-outlet row="0"></page-router-outlet>
<stack-layout row="1" style="height:50;background-color:red;"></stack-layout>
</grid-layout>
I load a child page inside the page-router-outlet shown inside the template above. If I open the camera inside that child component, stack-layout component in the template above stays above the camera and blocks the camera buttons.
If I use a router-outlet inside the template above, I still have the same problem.
"
is there any chance to fix this or adjust the patch?
iOS 7.1.0, device
is there any chance to fix this or adjust the patch?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,在 iOS 设备上使用 issue 中描述的嵌套 page-router-outlet 配置重现相机行为,并将其与其中链接的较早 issue 进行比较。跟踪相机插件的 iOS 呈现和 outlet 分层行为;完成的标准是相机控件不会被周围的 stack-layout 或页面内容阻挡。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- ios, typescript
- 领域
- mobile-dev
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 28/100