Ionic Android APK Expansion Files
Hi all, I find no tutorial nor any documentation on Ionic’s website on how to create Android expansion files for apps that surpass the 100mb default size limit on Google Play. Can someone help me to...
View ArticleTwo httpClient request and one reference
Hi, I have auth.service.ts with HttpClient variable loaded from constructor with method for calling my api to get information about user and his privileges and if he has still valid token. I calling...
View ArticleHow to make side menu work as accordion when click category display sub...
I work on angular 7 app I face Issue I can’t make left side menu work as accordion . meaning I need when open component report category on load display all categories for all reports then when user...
View ArticleHow to test or use capacitor plugin project with Ionic 5 application project...
Hi, I’m trying to create a capacitor plugin. But I wonder how to test it with Ionic 5 project while still coding or debugging the plugin project? I tried to search for guideline to do this. but I...
View ArticleIonic back press, application don't exit
We have a scenario where application (HOME screen has Ionic TABs) does not exit when user back press from HOME screen. STEP 1: Launch application STEP 2: Press back (HOME screen) to exit the...
View ArticleBackground mode not working with iOS13
I was happy with building app on PhoneGap and it was working very smooth for me. Now that apache PhoneGap has stopped giving support and apple is not accepting apps build with SDK <13, I had no...
View ArticleIoniconf 2020
Hi All I have signed up for the Ioniconf 2020 pretty soon after it was announced and was wondering, will there be recordings that can be watched after the event has finished? Reason why I ask, is that...
View ArticleGet data about scheduled local notifications
Hello, is there any way to get some data about local notifications that have been scheduled (more than just the ID), or how to access the “extra” of a local notification? 1 post - 1 participant Read...
View ArticleUse prod environment file with Ionic 5 React
For angular projects, you can create an environment.ts file and environment.prod.ts file to manage different values for dev and prod builds so that when building with --prod option, the...
View ArticleBLE Cordova plugin asks for LOCATION but never for BLUETOOTH
I’m using the BLE cordova plugin in my new app. My app is written with Ionic v5 and Angular 9. Here is the code that scan for available devices: import { Component, OnInit } from '@angular/core';...
View ArticleAndroid APK can't connect to localhost backend
Hey guys, I’m developing an application with Ionic/Angular as frontend and Java Spring boot as backend. When they’re both running om my laptop the communication between them works perfectly. Currently...
View ArticleMade a Material Tab Swiper with Stencil to support across platforms and...
Hi, I am a very faithful user of ionic, have been for years. There are however a few things that lack here like all big frameworks do. That is a swipable material like tab-swiper. I came across a few...
View ArticleCapacitor Push Notification large icon?
Hi everyone, I’m trying to display an app icon on the right of my push notification called a large icon in fcm push notifications. However, this large icon is not capable of being set by the fcm...
View ArticleExport interfaces as part of a plugin
Hi there! I am developing a capacitor plugin. I followed these instructions and the plugin is working. I would like to do some refactoring now. To be more precise, I would like to export some...
View ArticleIonic 5 conflict between FCM and admob Plugin
Hi, Dependency failing: com.google.android.gms:play-services-clearcut:11.0.4 -> com.google.android.gms:play-services-tasks@[ 11.0.4], but play-services-tasks version was 17.0.0. The following...
View ArticleJavaScript heap out of memory
I am trying to create an app that displays a large amount of data. While compiling the app locally, I have experienced the “JavaScript heap out of memory” error that so many other have seen. I develop...
View ArticleAppStoreConnect - Build has issue with capabilities and permissions that I...
Hi, I submitted my app build 1.0 to AppStoreConnect via xcode. I received email from Apple for issues regarding Push Notification and Geolocation which both I don’t have in my app. The email I...
View ArticleStructuring apps for re-use across projects
Is it possible to structure an ionic app to have one “core” project which is the main app developed (from here I will refer to this as the ‘product’) and then have many project repositories that...
View ArticleNo input element inside ion-input when testing
I have a simple form with two fields: username and email. My test looks like this: ... fit('should create', () => { console.log(fixture.debugElement.nativeElement.childNodes);...
View ArticleUsing Capacitor to a CRUD an Array
Hi all, I am trying to get back into coding after not doing some for years since uni so apologies if this is a basic question. I am trying to store arrays of data entered by the user and photos for my...
View Article