- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
问题
我正在使用cordova ios@6.1.0,但是当我构建我的Ionic 5 应用程序时,该应用程序永远显示白屏。任何人都可以提出建议,如果存在修复它的方法吗?
预计会发生什么?
应用程序的屏幕保持白色。
来自xcode的信息
020-07-28 11:50:07.960630+0300 EzParts[5114:415617] ADAL version 2.3.1
2020-07-28 11:50:08.158368+0300 EzParts[5114:415617] Apache Cordova native platform version 6.1.0 is starting.
2020-07-28 11:50:08.158707+0300 EzParts[5114:415617] Multi-tasking -> Device: YES, App: YES
2020-07-28 11:50:08.241162+0300 EzParts[5114:415617] CDVWKWebViewEngine: trying to inject XHR polyfill
2020-07-28 11:50:08.246238+0300 EzParts[5114:415617] The preference key "KeyboardResize" is not defined and will default to "TRUE"
2020-07-28 11:50:08.246539+0300 EzParts[5114:415617] The preference key "AutoInjectCordova" is not defined and will default to "FALSE"
2020-07-28 11:50:08.246717+0300 EzParts[5114:415617] The preference key "AudioCanMix" is not defined and will default to "FALSE"
2020-07-28 11:50:08.375819+0300 EzParts[5114:415617] The preference key "WKSuspendInBackground" is not defined and will default to "TRUE"
2020-07-28 11:50:08.376166+0300 EzParts[5114:415617] The preference key "MediaPlaybackAllowsAirPlay" is not defined and will default to "TRUE"
2020-07-28 11:50:09.129646+0300 EzParts[5114:415617] WF: === Starting WebFilter logging for process EzParts
2020-07-28 11:50:09.129963+0300 EzParts[5114:415617] WF: _userSettingsForUser : (null)
2020-07-28 11:50:09.130467+0300 EzParts[5114:415617] WF: _WebFilterIsActive returning: NO
2020-07-28 11:50:09.188180+0300 EzParts[5114:415617] The preference key "KeyboardAppearanceDark" is not defined and will default to "FALSE"
2020-07-28 11:50:09.188642+0300 EzParts[5114:415617] The preference key "AllowLinkPreview" is not defined and will default to "FALSE"
2020-07-28 11:50:09.188934+0300 EzParts[5114:415617] The preference key "AllowBackForwardNavigationGestures" is not defined and will default to "FALSE"
2020-07-28 11:50:09.189114+0300 EzParts[5114:415617] CDVWKWebViewEngine will reload WKWebView if required on resume
2020-07-28 11:50:09.190014+0300 EzParts[5114:415617] Using Ionic WKWebView
2020-07-28 11:50:09.190808+0300 EzParts[5114:415617] [CDVTimer][console] 0.118017ms
2020-07-28 11:50:09.191149+0300 EzParts[5114:415617] [CDVTimer][handleopenurl] 0.131011ms
2020-07-28 11:50:09.194027+0300 EzParts[5114:415617] [CDVTimer][intentandnavigationfilter] 2.695918ms
2020-07-28 11:50:09.194393+0300 EzParts[5114:415617] [CDVTimer][gesturehandler] 0.123024ms
2020-07-28 11:50:09.267337+0300 EzParts[5114:415617] [CDVTimer][file] 72.758913ms
2020-07-28 11:50:09.275284+0300 EzParts[5114:415617] [plugin] AddInstanceForFactory: No factory registered for id <CFUUID 0x6000033af9c0> F8BB1C28-BAE8-11D6-9C31-00039315CD46
2020-07-28 11:50:09.293255+0300 EzParts[5114:415617] [CDVTimer][backgroundmode] 25.712967ms
2020-07-28 11:50:09.293514+0300 EzParts[5114:415617] [CDVTimer][backgroundmode] 0.010014ms
2020-07-28 11:50:09.294796+0300 EzParts[5114:415617] [CDVTimer][inappbrowser] 1.090050ms
2020-07-28 11:50:09.295679+0300 EzParts[5114:415617] The preference key "KeyboardResize" is not defined and will default to "TRUE"
2020-07-28 11:50:09.295876+0300 EzParts[5114:415617] CDVIonicKeyboard: resize mode 1
2020-07-28 11:50:09.296039+0300 EzParts[5114:415617] The preference key "HideKeyboardFormAccessoryBar" is not defined and will default to "TRUE"
2020-07-28 11:50:09.296910+0300 EzParts[5114:415617] The preference key "KeyboardAppearanceDark" is not defined and will default to "FALSE"
2020-07-28 11:50:09.297412+0300 EzParts[5114:415617] [CDVTimer][cdvionickeyboard] 2.382994ms
2020-07-28 11:50:09.297608+0300 EzParts[5114:415617] [CDVTimer][TotalPluginStartup] 107.020020ms
2020-07-28 11:50:16.451481+0300 EzParts[5114:415617] IAB.close() called but it was already closed.
2020-07-28 11:50:17.290529+0300 EzParts[5114:415617] Ionic Native: deviceready event fired after 284 ms
版本信息
Ionic CLI : 6.10.1 (/usr/local/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 5.3.0
@angular-devkit/build-angular : 0.801.3
@angular-devkit/schematics : 8.1.3
@angular/cli : 8.1.3
@ionic/angular-toolkit : 2.2.0
Cordova :
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : ios 6.1.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 22 other plugins)
实用程序:
cordova-res : not installed
native-run : not installed
系统:
ios-deploy : 1.9.2
ios-sim : 8.0.2
NodeJS : v12.15.0 (/usr/local/bin/node)
npm : 6.14.7
OS : macOS Catalina
Xcode : Xcode 11.6 Build version 11E708
ionic 插件列表:
com-sarriaroman-photoviewer 1.2.4 "PhotoViewer"
cordova-clipboard 1.3.0 "Clipboard"
cordova-plugin-advanced-http 2.4.0 "Advanced HTTP plugin"
cordova-plugin-android-permissions 1.0.2 "Permissions"
cordova-plugin-app-version 0.1.9 "AppVersion"
cordova-plugin-background-mode 0.7.3 "BackgroundMode"
cordova-plugin-badge 0.8.8 "Badge"
cordova-plugin-compat 1.2.0 "Compat"
cordova-plugin-device 2.0.2 "Device"
cordova-plugin-file 6.0.2 "File"
cordova-plugin-file-opener2 3.0.0 "File Opener2"
cordova-plugin-inappbrowser 4.0.1-dev "InAppBrowser"
cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard"
cordova-plugin-ionic-webview 5.0.0 "cordova-plugin-ionic-webview"
cordova-plugin-local-notification 0.9.0-beta.2 "LocalNotification"
cordova-plugin-ms-adal 0.10.1 "ADAL for Cordova"
cordova-plugin-ms-adal-fork 0.10.4 "ADAL for Cordova"
cordova-plugin-nativestorage 2.3.2 "NativeStorage"
cordova-plugin-network-information 2.0.2 "Network Information"
cordova-plugin-printer 0.8.0 "Printer"
cordova-plugin-screen-orientation 3.0.2 "Screen Orientation"
cordova-plugin-statusbar 2.4.2 "StatusBar"
cordova-plugin-vibration 3.1.1 "Vibration"
cordova-plugin-whitelist 1.3.3 "Whitelist"
cordova-plugin-wkwebview-engine 1.2.1 "Cordova WKWebView Engine"
cordova-plugin-zip 3.1.0 "cordova-plugin-zip"
cordova-sqlite-storage 4.0.0 "Cordova sqlite storage plugin - cordova-sqlite-storage plugin version"
cordova.plugins.diagnostic 5.0.2 "Diagnostic"
最佳答案
cordova-ios 6 将启动画面插件集成到平台中,因此如果您使用 ionic-native 来隐藏启动画面,它将不起作用,因为它依赖于插件并且该插件未安装在 iOS 上。
更改 this.splashScreen.hide();
至 (navigator as any).splashscreen.hide();
在 app.component.ts
关于ios - 该应用程序永远显示白屏。 Cordova ios@6.1.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63132695/
我使用plugman命令在cordova中创建了一个插件 它创建了所有必需的文件。然后我在插件中添加了android平台。 然后我尝试将它添加到 cordova 应用程序中。我成功添加了它,但是当我尝
我使用plugman命令在cordova中创建了一个插件 它创建了所有必需的文件。然后我在插件中添加了android平台。 然后我尝试将它添加到 cordova 应用程序中。我成功添加了它,但是当我尝
我正在尝试在较旧的 Atrix 上安装一个应用程序,在 S3 上运行良好。搜索论坛可能的问题是SDK版本较高(Atrix是4.0.4)。修复显然是在设置 API 级别。 但是当我运行 cordova
使用 cordova build在一个为期一年的项目中提出: :processDebugResources my_project/platforms/android/build/intermediat
我有一个可以创建文件的可运行应用程序。 我正在寻找一种工作后数小时从cordova应用程序中删除文件的方法。我似乎无法使其正常工作。 这是用于创建和删除文件的代码: function crea
有什么区别吗Cordova 构建 Android 和 Cordova 准备 Android 命令? Reference is added here 最佳答案 准备将您的 www Assets 和任何插
我检查了文档,但没有找到关于此命令的明确说明。 那么,有谁知道cordova prepare命令的作用是什么? 是否更新特定于平台的www文件夹? 如果是,它将复制根www的全部内容吗? 它会更新平台
我们正在开发正在使用Cordova(专用于Ionic)的移动应用程序,并且正在使用PhoneGap PushPlugin和Amazon SNS进行推送通知。反过来,这会撞到我们与Amazon SNS进
我正在使用Vue,Webpack和Cordova。 Videos 如果我在没有Cordova的情况下加载页面,并且在Firefox浏览器中,则可以使用Youtube视频上的全屏图
因此,我尝试在我的(正在运行的)Ionic应用程序中安装一个新插件,该文件名为https://ionicframework.com/docs/native/firebase-dynamic-links
我像这样安装了cordova: C:\Windows\system32>npm install -g cordova 我明白了: C:\Users\cyril\AppData\Roaming\npm\
我有一个 cordova 应用程序,我使用以下代码捕获了后退按钮: document.addEventListener("backbutton", function (e) { bac
如何在 Cordova 中的蓝牙设备和 Android/iOS 之间发送和接收一系列数据字节? 我的项目的详细信息: 我正在开发一个蓝牙传感器设备。设备以一系列字节的形式发送数据。它还对设备 API
我是 cordova 开发的新手。我使用 Onsen UI (1.2.1) 作为布局框架。ons-toolbar 上的标题有问题。 someTextHere 如果我在 ripple 上运行
我有一个启用了平台浏览器的 Cordova 应用程序。我想在 Chrome 中使用摄像头,但调用摄像头根本没有任何反馈。它在我的 Android 设备上就像一个魅力。 我通过这个命令启动:cordov
我对thid docs https://firebase.google.com/docs/android/setup#available_libraries中提到的根级和应用程序级的路径目录感到困惑
喜欢这些插件 https://github.com/ArchieGoodwin/SilentShot https://github.com/alongubkin/phonertc 他们没有 tarba
我有一个 Angular 2 应用程序,我正在将其构建到 cordova 中并部署到 Android/IOS。我没有使用 ionic,我见过许多使用 ionic 的解决方案,但我现在无法将整个项目转换
当我发出命令时,在带有 Cordova 的 Ionic 3 中: ionic cordova run android --emulate 它给出以下消息: BUILD FAILED in 3s
我无法在 ionic 5.2.4v 中安装软件包 cordova-res 并收到以下错误。 命令:cordova-res C:\hanu\cordova-res-master\cordova-res
我是一名优秀的程序员,十分优秀!