React Routing + Firebase + Redirect + Authentication
panjiuzhen: if (userContext.loggedIn === true) { return <Redirect to="../../user/" />; } Thank you for your help panjiuzhen but no luck. The problem is that I am using tabs for navigation and...
View ArticleIonic 5 cordova app suddenly can no longer build
The developing rundown of supports has originated from many significant occasions and city objections around the globe, with the occasion objections of Sri Lanka and Grenada joining other summer sun...
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 Article(Android/Capacitor) Local Notification Clear/Dismiss Button
Did you find a solution to this?
View ArticleIonic v5 (React w/ TypeScript): History .replace() Method Not Working as...
Thank you for the response! I’ll give this a try. Also, I didn’t know at about the direction property so thanks for that bit of knowledge!
View ArticleIonic Native Diagnostic not Firing in iOS
I have an app that checks for location services for a store locator page - uses geolocation to get the nearest store to the user. Has worked fine up until a recent app update and then something broke....
View ArticleBest way ton integrate from Adobe XD
As of now, I don’t know of any plugin for XD that will output Ionic components. You are going to have to use the design specs from XD and manually translate them into the CSS variables. For the...
View ArticleLocal Notifications every week on specific day (Cordova or Capacitor)
I fixed the problem with npx jetify So then i sheduled as follow (using weekday) and it worked : this.localNotifications.schedule({ id: this.notifs.notifs[i].id, title: this.title, text: this.body,...
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 ArticleMy code is not hitting the server url
ionic cordova platform add android then run ionic cordova run android and test on emulator or device using app-debug.apk
View ArticleIonic Creator with Ionic 5
Hello there, I was looking for a tool to design Ionic app using drag-n-drop feature, similar to what you use in XCode to build iOs app or Android Studio to build android app. I came across Ionic...
View ArticleAndroid install fails when trying to modularize android project
I have an Ionic application in which I wanted to add instant app support with a native dynamic-feature module. I created a new module and made it the base application module, and added a dynamic...
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 ArticleRegister custom android capacitor plugin
I am having problems integrating my plugin with android, I followed the guide https://capacitorjs.com/docs/plugins/android and everything was fine but when importing the plugin into MainActivity...
View ArticleSQLiteDatabaseConfig - androidDatabaseLocation
Hi there, using ionic-native sqlite, there’s no androidDatabaseLocation slot in interface SQLiteDatabaseConfig. I’m using cordova-sqlite-evcore-extbuild-free. That forces me to edit SQLitePlugin.js...
View ArticleIonic 4 Service variables do not change their values
vanpevi: what do you suggest to keep the email _angularFireAuth.auth.currentUser.email) available in any pages ( component, service,…) of the app if you suggest to not use Storage? interface Profile {...
View ArticleError on Ionic Serve
{ "name": "reciklado", "description": "Reciklado - Ganhe dinheiro com reciclaveis", "version": "0.0.1", "author": "LIVE TECH TECNOLOGIA", "homepage": "https://reciklado.com/", "private": true,...
View ArticlepostData turns Uncaught TypeError: Cannot read property 'postPvdr' of null error
Especially when submitting sensitive data like passwords, it is absolutely essential to use HTTPS. Do not send passwords over the Internet in cleartext HTTP. That being said, your proximate problem is...
View Article