ERROR Error: Uncaught (in promise): TypeError: Cannot read properties of undefined (reading 'appendChild')TypeError: Cannot read properties of undefined (reading 'appendChild')at StackController.trans
2022-08-17
我的图片没有显示,并且标题出现错误。这是我的代码:<theme-cardv-for="theme in themes":router-link="`/theme/${theme.slug}`":key="theme.id":name="theme.name":tags="theme.tags":id="theme.id":imgPath="theme.image.path"></theme-car
2021-11-08
当我在新更新的 macos 12(Monterey)上运行“ionic cordova build ios”时,我收到此错误:Uncaught Exception:TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))at macosRelease (/Applications/XXX.
2021-07-09
我想将当前日期显示为默认值,如果我使用 formControlName 则不起作用,但我需要使用 formControlName。这是我的 HTML 文件<ion-item><ion-label color="primary"> Start date </ion-label><ion-datetime [value]="startDate.toISOString()" formControlNam
2021-04-30
const [名称,版本] = nameMap.get(release);^TypeError: undefined 不可迭代(无法读取属性 Symbol(Symbol.iterator))在 macosRelease (/Users/saileshkumar/MyProjects/SyncDriver/SyncDriver/node_modules/os-name/node_modules/ma
2023-01-14
我正在尝试设置加密货币实时市场价格。但它没有显示。我只在我的 chrome 开发者控制台中看到此错误。ERROR TypeError: Cannot convert undefined or null to objectmycomponent.tsngOnInit() {this.refreshData();}refreshData(reset:boolean = false) {// Reset
2022-02-08
我遇到了一种有线情况,为此挣扎了一段时间。我已经使用 Firebase 实时数据库实现了应用内聊天,此解决方案在 Android 的实时重新加载模式和构建模式下均能正常工作,并且在 iOS 的实时重新加载(ionic cordova run ios -l --external)模式下也能工作,但在构建应用程序时不起作用。ionic cordova build ios我正在相同的设备和相同的代码上测
在为我的 Ionic3 项目运行ionic cordova build android --prod时,我遇到了以下错误。仅使用ionic cordova build android不会出现任何错误。ionic-app-script task: "build"TypeError: Object prototype may only be an Object or null: undefinedTy
2020-01-08
不久前,我编写了一个函数,该函数使用照相手机拍照,将其保存到设备的存储中,并在页面上显示已拍摄的照片。该函数几乎完全基于这个很棒的示例,并且运行完美。为了在页面上显示图像,我在 ng-container 内使用此函数:<ng-container *ngFor = "let img of images; index as pos" text-wrap>现在,我正在编写应用程序的新版本,其某些功能与旧
2019-09-27
在我的 app.component.ts 文件中,我有一个代码,如果用户点击 FCM 通知,它会将用户发送到不同的页面代码如下:this.fcm.listenToNotifications().subscribe(async(notification) => {if (notification.tap) {const pages = [{page: Page1},{page: Page1Subpa
2019-01-17
未捕获(在承诺中):TypeError: Cannot read property 'firstChild' of null TypeError: Cannot read property 'firstChild' of null at Object._.og (maps.googleapis.com/maps/api/js?key=&callback=initMap:88:391) at new
2017-06-16
我正在将我的 android-targetSdkVersion 更新为 32。我针对此更新对我的项目做了一些更改,但出现错误,我找不到任何解决方案。当我尝试通过以下方式构建我的项目时:ionic cordova build android我的项目响应:FCMPlugin: Support for Gradle v4 or lower is deprecated. Pleaseupgrade to
2022-11-28
大家好 :) 从今天起,我在为我的 ionic 项目提供服务时遇到了问题。每次运行ng serve、ionic serve或npm run start都会出现相同的错误:silasmartin@fd475edb-65e3-4754-a729-c2436b338573 heroes % ionic serve> ng run app:serve --host=localhost --port=810
2020-10-11
我们正在构建一个需要 API 请求的应用程序。在前端,我们使用 Ionic 和 Angular。当我们尝试向后端发送请求时,我们收到此错误。当我们在浏览器中尝试桌面时,它可以工作。{"headers":{"normalizedNames":{},"lazyUpdate":null,"headers":{}},"status":0,"statusText":"Unknown Error","url"
2020-05-18
我尝试使用 Visual Studio Code IDE 在我的 PC 中运行下载的 ionic 模板,但当我尝试运行npm install> [email protected] install C:\Users\Lenovo\Desktop\project\Template-Ionic\ionic-starter-master\node_modules\grpc> node-pre-gyp in
2020-01-09