ios-jsc icon indicating copy to clipboard operation
ios-jsc copied to clipboard

A white screen is displayed on the entire page。tns 6.5.6

Open zhaoyouliang opened this issue 2 years ago • 0 comments

After upgrade tns-ios 6.5.6 .in my app can't load UI correct. a white screen is displayed . this is my enviroment. xcode 14. issue iOS version : sdk 15/16 iPhone 12/13/14 work iOS version: sdk 13.6 for iPhone 8plus package.json "nativescript": { "id": "com.advent.tamale", "tns-ios": { "version": "6.5.6" } }, "scripts": { "postinstall": "patch-package" }, "dependencies": { "@angular/animations": "8.0.0", "@angular/common": "8.0.0", "@angular/compiler": "8.0.0", "@angular/core": "8.0.0", "@angular/forms": "8.0.0", "@angular/http": "8.0.0-beta.10", "@angular/platform-browser": "8.0.0", "@angular/platform-browser-dynamic": "8.0.0", "@angular/platform-server": "^6.1.2", "@angular/router": "8.0.0", "@ngrx/effects": "^6.1.0", "@ngrx/store": "^6.1.0", "@nstudio/nativescript-pulltorefresh": "^1.1.1", "@types/crypto-js": "~3.1.33", "@types/lodash": "~4.14.74", "crypto-js": "~3.1.9-1", "nativescript-angular": "8.0.2", "nativescript-background-http": "~3.2.3", "nativescript-camera": "4.5.0", "nativescript-checkbox": "^3.0.3", "nativescript-email": "~1.4.1", "nativescript-fingerprint-auth": "~6.0.2", "nativescript-floatingactionbutton": "~4.1.3", "nativescript-globalevents": "~1.2.0", "nativescript-imagepicker": "^6.1.2", "nativescript-iqkeyboardmanager": "~1.2.0", "nativescript-local-notifications": "~1.2.1", "nativescript-locate-address": "~1.0.2", "nativescript-ngx-iphonex-safe-area": "^1.0.0", "nativescript-numeric-keyboard": "~3.0.3", "nativescript-phone": "~1.3.1", "nativescript-social-share": "^1.5.2", "nativescript-swiss-army-knife": "~3.0.0", "nativescript-theme-core": "~1.0.2", "nativescript-toasts": "~1.0.3", "nativescript-ui-autocomplete": "^5.1.1", "nativescript-ui-dataform": "^5.1.1", "nativescript-ui-listview": "^7.1.0", "nativescript-ui-sidedrawer": "^7.0.2", "nativescript-unit-test-runner": "0.7.0", "nativescript-urlhandler": "~1.3.0", "nativescript-webview-interface": "~1.4.1", "patch-package": "^6.2.0", "redux": "~3.6.0", "reflect-metadata": "~0.1.8", "rxjs": "^6.0.0", "sass": "^1.14.3", "tns-core-modules": "^6.5.2", "tns-ios": "^6.5.2", "xmldom": "~0.1.27", "xpath": "0.0.27", "zone.js": "0.9.1" }, "devDependencies": { "@angular/compiler-cli": "8.0.0", "@ngtools/webpack": "8.0.0", "@types/jasmine": "^2.8.9", "babel-traverse": "6.18.0", "babel-types": "6.18.0", "babylon": "6.13.1", "jasmine-core": "3.3.0", "karma": "4.1.0", "karma-coverage": "^1.1.2", "karma-jasmine": "2.0.1", "karma-nativescript-launcher": "0.4.0", "karma-webpack": "3.0.5", "lazy": "1.0.11", "nativescript-dev-webpack": "~1.5.1", "rxjs-tslint": "^0.1.5", "tns-platform-declarations": "6.0.1", "typescript": "3.4.5", "node-sass": "4.12.0" } } This is screenshot, This page include title bar and Listview image

image

If pull refresh once, the UI will displayed but still no title bar。 image This issue was always good when I kept tns-ios 6.5.2。

Please help to confirm whether I want to upgrade some plugins for tns-ios 6.5.6. nativescript-pulltorefresh? nativescript-ui-listview?nativescript-ui-sidedrawer? or other?

zhaoyouliang avatar Feb 13 '23 17:02 zhaoyouliang