Ion-picker in React: modify options with ionPickerColChange
Hi, I’m trying to use the ion-picker component with multiple columns in a React Ionic app. I need to set the possible values in one column based on the selected values in the other columns analogous...
View ArticleIonic React Newbie: Why this React code doesn't re-render itself?
It’s a simple screen where user can enter a Github username and some info associated with it will be shown. It works fine witth MockData (offline array) So you type in SearchBar -> Updates Home’s...
View ArticleError al consumir webApi
Buenas comunidad, soy nuevo desarrollando en Ionic 5, tengo un problema con una app que he creado, tengo una web api en .Net Core y una base de datos sql server la cual ambas tengo publicada en la...
View ArticleFirebase Authentication on Android
I’m trying to authenticate a user using Firebase Auth. When using ionic serve --ssl everything works as you would expect. However, when using ionic cordova run android -l --ssl and attempting to login...
View ArticleIon-select not working with image
I want show image in ion-select tag but ion-select dosent support image and in drop down i cant create static array it should be from server and when the person select country from dropdown it should...
View ArticleSet root page again after moving in sub page from tabs in ionic 4
Hi, My scenario is as below. I have 4 tabs- tab1, tab2, tab3, and tab4. If I will navigate from the login page after login the tabs will open with active tab tab1. then I will navigate to tab 3. From...
View ArticleCustom colors with Ionic5
Hi, I’m migrating an app from Ionic3 to Ionic5 by copying the code from the old app to the new and updating the code with the new rules. Now I have to define some custom colors, I’ve used this code in...
View ArticleWhich version of firebase is best?
Several people have worked on our ionic angular app over the last 12 months (often in isolation), and as a result there are three different firebase plugins used. I’m assuming we don’t need all three,...
View ArticleRecaptcha Verifier is only supported in a browser HTTP/HTTPS environment
I have used Firebase SDK to authenticate user via phone number (https://firebase.google.com/docs/auth/web/phone-auth) and it works fine on Ionic lab and on Android. The problem comes when I test it on...
View ArticleNo message in Alert or Toast in --prod build
I’m having a strange problem where after running --prod to build my APK, both AlertController and ToastController fail to show any messages when they open. The Alert shows the header and the buttons,...
View ArticleMinimized ion-menu to the side instead of completely hide it when toggled
I am currently implementing ion-menu into my app. By default, using the ion-menu-button will toggle the menu hide or unhide. I want to keep that for the mobile version. However for desktop version,...
View ArticleHow to call rest api in background even when the app is closed in ionic for...
We used the plugins from ionicframework documentation mentioned in the developers section for background mode services. but after subscribing the background task in ionic the code or task is executed...
View ArticleTrying to update AndroidManifest.xml to stop GPS being required
Currently, my App cannot be installed on Android devices that do not have GPS even though GPS is not actually required for the App to function properly. This is due to the following in the...
View ArticleIon footer overwrites previous footer for a second
Whenever I press back button to my login page, the page’s footer I’m coming back from overwrites for a second the login page footer. See, I pressed back button: image302×518 18.5 KB after a few...
View ArticleVertical Bar in ionic 4
Hi Guys, I want to do the Vertical Bar in ionic 4 to be like this screenphoto_2020-06-02_09-44-48606×1280 62.6 KB How can I do to be like this? 1 post - 1 participant Read full topic
View ArticleIonic ios app getting rejected for UIWebview
Hello there, I’m trying to deploy the ionic app to App store connect, but it’s getting rejected because the use of UIWebview. I have already followed all the steps provided to remove UIWebview from...
View ArticleStacking Tab Bars
Hey Guys, I am trying to stack TabCars for navigation into each other. First of all, is that allowed at all? So what i have is: In Apps.tsx a normal tab bar as it comes with the automatic generation...
View ArticleHow to change the content based on the SegmentButton click
Same question as Question [How to change the content based on the segment-button click] but for Ionic React. 1 post - 1 participant Read full topic
View ArticleIon-content in R4 child component
In my Ionic 3 app I have a hierarchical component setup whereby the ion-content (and ion-header) is only declared at the bottom level i.e in a very simplified form it looks something like this:...
View ArticleUpgrade to WKWebView causes API calls to fail: 401 Unauthorized
Due to Apple’s upcoming deprecation of UIWebView we are updating our Ionic mobile app to use WKWebView. API calls to an MVC web application requiring authentication fail, returning 401 Unauthorized....
View Article