The build status of Ionic App has changed to Invalid Binary
I found an interesting error today while uploaded an iOS archive to App Store connect. Got below notification message: The build status of [App Name] (version 0.0.1 (0.0.1) iOS) has changed to Invalid...
View ArticleTslint has been deprecated in favor of eslint
I have trying to create ionic app with ‘ionic start’ command. I am getting following error. npm WARN deprecated tslint@6.1.2: TSLint has been deprecated in favor of ESLint. Please see...
View ArticleHow do I make my app show up in the "share with" dialog?
I need my app to show up in the “share with” dialog for Android and iOS. For example, if someone is on Pintrest and wants to share an image and taps the share icon, I need my app to show up in the...
View Article{{ geoPostalCode }} {{ geoCity }} not fetching current location geolocation...
</ion-title> <ion-list lines="none"> <ion-item> <ion-label><ion-button (click)="getGeolocation()" size="small">My Location</ion-button></ion-label>...
View ArticlePage Transition Animation not working in ionic 5
Page Transition Animation not working in ionic 5 doesn’t work. If used ionic tab. 1 post - 1 participant Read full topic
View ArticleFunction Redirect to another page
Hello, i need to redirect if the user onclick, the function verify if is good and redirect const auth = async () => { let token = false await isToken() .then(response => { token = response }) if...
View ArticleTabs does not load pages
I’m getting a strange behavior that occurs randomly, after sign in I cant change the tab, but the router changes the url. When the router changes the URL its not even calling ngOnInit, but if I...
View ArticleIonic rect disable side menu on login and register page
Hi there, in starting to use ionic react I’m trying to disable the side menu on register and login page but I have not got any luck. Can you guys point me in the right direction? 1 post - 1...
View ArticleIonic 4: Side menu (ion-menu) does not close properly in IOS
I am developing an application with IONIC 4 for android and IOS. I add a side menu (ion-menu), it works perfectly on android. But in IOS it is giving me problems, the menu opens perfectly. But when I...
View ArticleNative Geolocations crashes the application
Hello World! I’m making a android app using ionic and angular. When i try to inject the geolocation object in the constructor the application crashes. Without any error’s the page is simply not shown....
View ArticleHow to solve an ERROR context Debug context in ionic/angular
Hi I’m working with ionic 4 and angular 8 and I tried to make an ecommerce application and when I tried to load the addresspage book of customer’s address I got two errors that i didn’t understand...
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 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 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 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 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 swiping tabs. I came across a few which are not that...
View ArticleHow to select a tab with Ionic5?
Hi, which is the correct way to select programmatically a tab with Ionic5? With previous versions of Ionic I used the code: his.navCtrl.parent.select(tabIndex); The tabs are defined in this way:...
View ArticleIonic 5 conflict between FCM and admob Plugin
Hi, I am building an app which uses FCM messaging and admob . I am facing below issue Dependency failing: com.google.android.gms:play-services-clearcut:11.0.4 ->...
View Article