React 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 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 ArticleMy code is not hitting the server url
My code is working perfectly when i am serving the app. It works perfectly also in my mobile browser but when i build an apk it is showing no compile time errors but the server url is not hitting. I...
View ArticleHow to Save file image from URL?
I want to save file image from url. url = ‘shorturl.at/lrPSZ’ 1 post - 1 participant Read full topic
View ArticleHow can I access to the _angularFireAuth.auth.currentUser.email inside a...
I’m writing an ionic angular application with login/password security using Firebase. I’ve no issue to get the value back of _angularFireAuth.auth.currentUser.email inside any pages except from a...
View ArticleIonic 5 cordova app suddenly can no longer build
I have an Ionic 5 (cordova not capacitor) project that I have been working on for a while. I have built it many times over the past couple months. I last built successfully a couple weeks ago. It has...
View ArticleError on Ionic Serve
ionic serve > ionic-app-scripts.cmd serve --address localhost --port 8100 --livereload-port 35729 --dev-logger-port 53703 --nobrowser [app-scripts] [05:20:28] ionic-app-scripts 3.2.4 [app-scripts]...
View ArticlepostData turns Uncaught TypeError: Cannot read property 'postPvdr' of null error
Hi everyone i need your help about my issue. I will be happy if i can get any help of you. I make login and in success function i need to send onesignal playerid to php again. Because i want to send...
View ArticleVanilla JS - wait for component to load
I’m using a standard tag to load ionic. I have an and I want to get hold of the input element using getInputElement(). It seems Ionic loads the components scripts async so even after the DOM has...
View ArticleVue Tab Content not displayed when conditional display logic used on tab buttons
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleV5 native plugins with Ionic 3?
We’re still on Ionic 3 - we were planning on upgrading in a few months, in our next release. We’re using the Google Maps plugin, and for that to work on Android, we need to upgrade...
View ArticleBest way ton integrate from Adobe XD
Hi, I’m working now on an app designed in Adobe XD. Would like to now which is the best way to integrate this design, there is a XD plugin to use for export the design in a good condition ? Otherwise,...
View ArticleImagePicker to Firebase Storage
Hello, I’m trying to use the ImagePicker plugin from Cordova to send few pictures to my firebase storage. The problem is that I get a format error: E/Capacitor/Console: File:...
View ArticleDrag and drop on an array from pictures like Instagram feed
Hello, I currently have a page with an array of images next to each other (3 photos per line like an Instagram feed for example) and I would like to be able to add a drag and drop between these photos...
View ArticleiOS 13 ipad simulator hangs after splash screen
I went to publish an update of my app to the app store and they said it hangs on iOS 13 ipad. I investigated in the simulator and this was true. I am getting no errors in Xcode or Safari when I debug....
View ArticleIonic bug keyboard not focus on input but open and not writing
when i click on the form it opens me the wrong keyboard text and not number, can anyone help me? Thanks in advance. it doesn’t seem just a stripe problem, if i press on a form but i don’t hit the...
View ArticleIonic v3 / Stenciljs: Menu: must have a "content" element to listen for drag...
Hi, I’m trying to include a web component package made in Stencil into my Ionic v3 project. Once it’s included and i start the app, I get the following error: Menu: must have a “content” element to...
View ArticleIonic v3: Toggle Hide/Unhide Passwords works only after round-progress ends
Hello, I got an app that works as a 2FA and I got an issue with the iOS platform. When I toggle hide/unhide password, the ng-container changes only after the round-progress countdown ends (30 sec) and...
View ArticleImport Ionic components globally with @ionic/vue (beta) vue 3
The docs suggests the below implementation <script> import { IonContent, IonHeader, IonPage, IonTitle, IonToolbar, } from '@ionic/vue'; export default { name: 'HomePage', components: {...
View ArticleHow to show alerts on PWA? (Android, iOS)
Hello! I’m using Capacitor 2.4.0 and Ionic 5.3.X, i’m displaying an alertController for Android and so on, but the problem is when i build a PWA app, it doesnt show anything (Android or iOS) How can I...
View Article