Appflow ignores strings from config.xml (Bluetooth Usage Description)
I found a solution for my case. I was using the plugin cordova-plugin-camera version 2.4.1. I updated it with version 4.0.1 (latest) and now the description usage is not empty anymore… @Beesop do you...
View ArticleIoinic 3 - Check if it's a GPS/location Fake
@EinfachHans What if I have an app that I use for gps spoofing on Xcode.Now since I am the developer, I would have all the necessary developer permissions to use gpx files or simulate locations.This...
View ArticleWhy does the splash screen hide itself without me putting the...
I am trying to hide the Splash Screen until finishing some verifications but the Splash Screen is hidden automatically without me hiding it without the method, why does that happen? This is my...
View ArticleWhy does the splash screen hide itself without me putting the...
EDIT: Add the property "launchAutoHide" to the capacitor setting for the SplashScreen setting and it worked, it no longer hides itself, but now the method this.splashScreen.hide(); it doesn’t do...
View ArticleWhy does the splash screen hide itself without me putting the...
Ready, I solved it, now to hide the Splash Screen I had to use the following code: import { Plugins } from '@capacitor/core'; const { SplashScreen } = Plugins; // This method if I hide the Splash...
View ArticleAndroid.support.v4.content does not exist - appFlow build issue
I finally have this working. The solution was to place a .npmrc file in the root of the project with the following in it: unsafe-perm=true
View ArticleUsing Vue.js (v3 Beta) with Ionic Components & Capacitor Plugins
VIDEO: https://buff.ly/2R3RXmU Starting the process of updating the vue/ionic content i started creating over a year ago. This still beta, but vue support is integrated in the cli now so it is much...
View ArticleNew builds are being overridden with old Appflow deployments
I’m not sure if it’s the “correct” way, but I’ve had to a combination of things. My primary issues were during the testing phase of development, so I’d install a version, make some changes, push new...
View ArticleGetting ERROR while using the form in IONIC+ANGULAR
Form is not loading due to below error. Error: ERROR Error: Uncaught (in promise): Error: NodeInjector: NOT_FOUND [ControlContainer] Error: NodeInjector: NOT_FOUND [ControlContainer] at...
View ArticlePage calls modal1 that calls modal2: how to get data from modal2 to page?
Hello, I have a page that calls a modal which then calls another modal. The first modal is dismissed when the second modal appears. Now, depending on what a user does in the second modal, there might...
View ArticleReact iOS condense title transition scale glitch
Hi, I’m having trouble figuring out the glitch happened with React iOS condense title transition. When routed from other pages back to the main Large Title Header, the size of the title will scale...
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
A couple of things: Can you run and paste the output of npx cap doctor? Is the app running the whole time you’re testing?
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
Things changed today, I updated my java JDK, which magicaly fixed my errors, which mean i was able to use the cordova plugin. So i successfully added the notifications as expected. But now, for a...
View ArticleReact Routing + Firebase + Redirect + Authentication
Hi, What is the best approach to check if the user is loggedIn or not and make a redirect based on that. I am using Firebase for this project. My app doesn’t require the user to create an account in...
View ArticleIonic 5 - Ion-button click doesn't always trigger on Android tablet
Incoming answer you don’t want to hear: I’ve noticed this in every app I’ve made. On iOS, the touch event fires perfectly. If you press a button and don’t let go, whenever you decide to lift your...
View ArticleReact Routing + Firebase + Redirect + Authentication
Hi, I’m not the expert in Ionic React but I’ve been facing similar problems recently. After doing lots of research, the best way is to create an Auth.ts file with Auth Init() function to get the user...
View ArticleIon-select interface="popover" width enlarge
Thanks to @pvielhaber, here is Ionic 5 solution: // html: <ion-select interface="popover" [interfaceOptions]="{'cssClass': 'mycomponent-wider-popover'}"> // scss: ::ng-deep...
View ArticleWhich syntax is replaced for this.app.getActiveNavs()[0] and...
I migrated code from ionic 3 to ionic 5, this was in ionic 3 import { App } from ‘ionic-angular’; private app: App let nav = this.app.getActiveNavs()[0]; let portal = this.app._appRoot._getPortal();...
View Article