NativeScript / NativeScript/nativescript-cli
The default Nativescript splash screen always loading on real iOS 11 device
未关闭
还没有人认领这个 Issue。
docs
os: ios
- 主要语言
- JavaScript
- 星标
- 1.1k
- 派生
- 204
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 8
描述
From @mutazmq on October 14, 2017 18:33
I'm developing an iOS app but I'm still getting the Nativescript splash screen even though I did the following:
- Changed all images in
Assets.xcassetsfolder - Removed iOS platform using
tns platform remove iosand added it again (Just in case there was some caching) - Deleted the app from my iPhone several times
But still I'm getting the same default Nativescript image when the app is launched on my device! However iOS simulator doesn't have this problem and shows me the new image.
Using tns version 3.2.0:
"tns-android": {
"version": "3.2.0"
},
"tns-ios": {
"version": "3.2.0"
}
Copied from original issue: NativeScript/nativescript-angular#1041
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,将修改后的 Assets.xcassets 与 tns platform remove ios 和 re-add ios 在真实 iOS 11 设备上相对于模拟器的行为进行比较。使用 NativeScript CLI 3.2.0 重现启动流程;当自定义的启动图像出现在实体设备上而不是默认的 NativeScript 图像上时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- ios, javascript
- 领域
- cli, mobile-dev
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100