ionic5 Questions
2
Solved
I just want to know, if my Ionic 5 app is running in a browser, or in the webview of a compiled app.
Platform does not work: https://ionicframework.com/docs/angular/platform
It just tells about the...
Liegnitz asked 1/12, 2020 at 15:32
4
I'm working with ionic 5 and Angular 9. I'm trying to create a reactive form but I got the error 'No value accessor for form control with name: 'lastname''.
Here is my code :
export class ModalCo...
Cutback asked 23/3, 2020 at 12:58
5
Solved
I am trying to build an ionic app for Android device with Cordova using the below command from VSCode.
ionic cordova build android --prod --release
But I'm getting this error:
cordova.cmd build an...
Lipase asked 28/4, 2020 at 9:45
6
Solved
Why is my ion-backdrop + modal shadow styling not working when I open a modal on top of another modal?
PREFACE: This was working fine with V4, but broken on the upgrade to V5. I don’t want to chan...
Reconnoiter asked 20/6, 2020 at 0:43
9
Solved
I recently updated from Ionic 4 to Ionic 5.
With Ionic 5 the icons received an update too. Apparently however also the mechanism loading the icons changed.
In Ionic 4 it was possible to add custom ...
Nesbitt asked 18/2, 2020 at 17:3
3
I have migrated the following code from Ionic 3 to Ionic 5
const alert = await this.alertCtrl.create({
subHeader: "About" + " <b>" + this.user.name + "</b>",
message: "Test Messgae"...
Loutitia asked 9/4, 2020 at 20:24
1
subscribeWithPriority is not called using Ionic 5.
This is my app.component.ts function:
initializeApp() {
this.platform.ready().then(() => {
this.statusBar.styleDefault();
this.splashScreen....
Purree asked 4/4, 2022 at 14:4
7
Android 10 doesn't support "whitelist plugin", when I add android platform it skips whitelist plugin which cause "file transfer plugin" issues when building or running the appli...
Tierratiersten asked 23/8, 2021 at 16:36
5
Solved
I just cant figure out how to solve this problem. I've tried many solutions but nothing works for my case.
So i put my project in xampp\htdocs with folder name exam-ionic.
Then when i tried to add ...
Salem asked 16/4, 2021 at 2:47
3
I updated my Angular Ionic 5 application and trying to migrate from ion-slides to Slides. I am following the official docs.
I installed swiper npm install swiper@6
Did import in the scss file @imp...
Lubric asked 14/9, 2021 at 13:48
5
Regardless of --target variable, the following commands fail:
ionic cordova run ios --target="iPhone-X"
ionic cordova run ios --target="iPhone 12"
ionic cordova emulate ios --...
Turaco asked 18/1, 2021 at 16:56
11
Solved
I'm using Capacitor for building the Ionic app. These are the following commands run in order to open the android app in Android Studio.
npx cap add android
ionic build
npx cap copy
npx cap open a...
Pasteurizer asked 28/3, 2020 at 21:1
7
Solved
I'm trying to change my tab icons from filled to outline when someone selects it (filled when selected, outline when not selected).
On the Ionic 5 Tabs Doc there's a getSelected() method but no exa...
Predicate asked 16/7, 2020 at 1:32
1
I'm trying to generate the Android and Ionic folder and it's giving this error:
% ionic cap add ios
Error: Non-zero exit from subprocess.
at Integration.<anonymous> (/usr/local/lib/nod...
3
I'm running into an issue with how a google maps InfoWindow is being rendered in my iOs simulator with Ionic5 Angular.
Here's an image:
As you can see, the padding is inconsistent, especially on t...
Nichrome asked 2/7, 2020 at 16:46
3
Solved
I have an Ionic Vue app which uses the slides component to modify a reactive property each time it transitions. The pertinent code is like this:
<script lang="ts">
import { IonPage,...
Dactylic asked 25/1, 2021 at 12:9
2
Solved
Angular JIT compilation failed: '@angular/compiler' not loaded!
JIT compilation is discouraged for production use-cases! Consider AOT mode instead.
Did you bootstrap using '@angular/platform-brows...
Stockade asked 7/9, 2021 at 6:43
3
Solved
I have upgraded from Ionic 4 to Ionic 5, now getting following error:
ERROR in src/app/app.component.ts(4,10): error TS2305: Module '"/node_modules/@ionic/angular/ionic-angular"' has no exporte...
Hannan asked 12/2, 2020 at 22:23
3
Solved
I have implemented toast using ToastController in my ionic2 project . Currently i am facing an issue with the duplicate toast messages . Is there any way to prevent the duplication / overlapping of...
Thayer asked 13/7, 2017 at 7:31
8
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...
Unit asked 22/3, 2020 at 20:50
1
What is the proper set of npm commands to update Ionic from v5.0 to v5.3.1 (latest release), as well as, bump the version of Capacitor, Ionic Native, and the dev dependencies appropriately?
I can't...
Chukchi asked 28/7, 2020 at 17:0
10
Solved
collection error in AndroidManifest.xml
AAPT: error: attribute android:requestLegacyExternalStorage not found.
Although the attribute is there but it writes an error
My AndroidManifest.xml
<?xml...
Allout asked 21/11, 2019 at 13:42
3
Solved
view.html
<div>{{text}}</div>
The question is that 'text' has HTML that I wish to be displayed as it should but it only shows the HTML tags and text.
What can I do to render such con...
Litchi asked 26/6, 2017 at 12:25
2
Tried to add CAPACITOR_ANDROID_STUDIO_PATH environment variable as.
import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.barqrscanner.app',
appName: 'b...
Whitehorse asked 20/6, 2021 at 17:34
0
I built a Capacitor plugin for Ionic and Capacitor and published it to NPM - call it test1. I then use it in my Ionic 5 project and successfully add a new Android project via:
ionic build
ionic ca...
Stavros asked 25/8, 2021 at 20:29
1 Next >
© 2022 - 2024 — McMap. All rights reserved.