ionic-framework

Error: No component factory found for [object Object]

南笙酒味 提交于 2020-12-11 05:12:11
问题 I'm stuck. I know how to usually deal with the problem, but this time I'm stuck. 1) Error: Uncaught (in promise): Error: No component factory found for [object Object]. Did you add it to @NgModule.entryComponents? Why the error message says [object Object] , instead of specific component? I know where is the error, I know which code is causing it. But I do not understand WHY the error occurs and WHY it says [object Object] . 2) I have created a component, I have added it to declarations and

Error: No component factory found for [object Object]

孤者浪人 提交于 2020-12-11 05:04:18
问题 I'm stuck. I know how to usually deal with the problem, but this time I'm stuck. 1) Error: Uncaught (in promise): Error: No component factory found for [object Object]. Did you add it to @NgModule.entryComponents? Why the error message says [object Object] , instead of specific component? I know where is the error, I know which code is causing it. But I do not understand WHY the error occurs and WHY it says [object Object] . 2) I have created a component, I have added it to declarations and

Plugin with id 'com.google.gms.google-services' not found

南笙酒味 提交于 2020-12-10 07:36:07
问题 I am using google services at the very first time in my app(ionic platform). I am following this doc. While building my app, I got the following error message. Please help out. Thank you. A problem occurred evaluating script. Plugin with id 'com.google.gms.google-services' not found. 回答1: Please add the plugin to your project by updating your top-level build.gradle and your app-level build.gradle files as follows: Add the dependency to your project-level build.gradle: classpath 'com.google

Migrating from Hybrid App to Native App at later point of time

不羁岁月 提交于 2020-12-09 07:17:21
问题 Currently I am planning to use Hybrid App (ionic framework) to develop an initial version of our app. The reason is I am planning to start a startup and currently not in a position to afford individual developer for various platforms (especially for iOS, the developer rate is too costly). So I decided to use Hybrid App using ionic, and our requirements fits well for hybrid app at-least for initial few releases. But at later point planning to migrate to native Android and iOS when I earn

Migrating from Hybrid App to Native App at later point of time

回眸只為那壹抹淺笑 提交于 2020-12-09 07:16:59
问题 Currently I am planning to use Hybrid App (ionic framework) to develop an initial version of our app. The reason is I am planning to start a startup and currently not in a position to afford individual developer for various platforms (especially for iOS, the developer rate is too costly). So I decided to use Hybrid App using ionic, and our requirements fits well for hybrid app at-least for initial few releases. But at later point planning to migrate to native Android and iOS when I earn

Error while uploading apk built on Ionic to the google playstore

风格不统一 提交于 2020-12-09 02:28:02
问题 I find the following error while trying to upload my zip aligned apk onto the google play store. You need to use a different package name because "io.ionic.starter" already exists in Google Play. This is my first time uploading an application built on ionic to the playstore. 回答1: Google play store already having app published with bundle io.ionic.starter you can go to your config.xml and change your bundle id like: <widget id="com.test.myapp" version="0.0.1" xmlns="http://www.w3.org/ns

Error while uploading apk built on Ionic to the google playstore

故事扮演 提交于 2020-12-09 02:27:25
问题 I find the following error while trying to upload my zip aligned apk onto the google play store. You need to use a different package name because "io.ionic.starter" already exists in Google Play. This is my first time uploading an application built on ionic to the playstore. 回答1: Google play store already having app published with bundle io.ionic.starter you can go to your config.xml and change your bundle id like: <widget id="com.test.myapp" version="0.0.1" xmlns="http://www.w3.org/ns

Ionic 3 - Keyboard pushes content up, and over other content, with no reason

谁说我不能喝 提交于 2020-12-08 06:15:39
问题 I am working on a simple app in Ionic. I have a problem that the keyboard pushes my input field up and over another div while there is enough space for they keyboard. How do I fix this? I already looked around on the internet but wasn't able to find any solution to my problem. This is what happens: As you can see, the text is in the image and there is no reason for it being so high. There is more then enough space below it. This is my code: HTML: <ion-header> <ion-navbar> <ion-title>Login<

ionic 5 forcing light theme for the browser app

主宰稳场 提交于 2020-12-08 05:46:48
问题 i have built this app https://cvirus.app and build and deployed on browser. on chrome browser on android phones it renders dark background (as dark theme is being applied by default it seems). I want to force light theme everywhere no matter what device what browser. how do I do that? commenting dark colors portins in theme/variables.scss did not work 回答1: you should comment ios body and md body classes at the theme/variables.scss then it will become light mode. 回答2: Since version 79 of the

Ionic + Cordova Android build error - could not find tools.jar

久未见 提交于 2020-12-05 11:57:08
问题 today I've upgrade my MacBook to macOS Big Sur version 11.0.1. Now there is a problem coming out when I tried to build the project for Android. Execution failed for task ':CordovaLib:compileDebugJavaWithJavac'. > Could not find tools.jar. Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation. 回答1: I also faced the same issue today while the same setup (building the Android app) was working for me before upgrading to Big Sur. I saw