How to round the top edges of the page?
How to round the edges of the page without breaking the transition animations? It happens when I use the CSS below but the animations are broken. ion-content { border-top-left-radius: 5% !important;...
View ArticleIon-radio buttons not selecting
Hello! I’m having trouble using (ionSelect) in my Ion Radio Group. I have three choices and placed ionSelect in a different area for each choice to find the correct placement - but it’s not firing!...
View ArticleCapacitor/plugin performance
A general question about plugins/Capacitor bridge and performance: how long does it take for a js method call to cross the Capacitor bridge to the native OS? I’m only talking about the bridge itself,...
View ArticleHow to load a sub-component after other parts of the page gets loaded?
For Ionic-Angular app, the page contains several sub-components and I want to load them after other vital components load and gets displayed so that vital components are displayed as soon as possible...
View ArticleDisplay badge because of notification from other URL
Hi, suppose I have a menu button, clicking the button displays menu bar in which click event listeners point out to multiple URL. Now I want to show notification badge in both menu button and...
View ArticleIonic 4: The “src” content of an “img” tag is not updating when I change it...
I am developing an app for Android and IOS. I have a profile page where the user can change profile pictures. The photo appears in the view and is changed in real time. My code is like this in the...
View ArticleLocal notificação com scheduler no ionic 4 não funciona no sdk 28+ quando usa...
0 Funciona this.localNotifications.schedule({ id: 1, summary: "Amanhã 3444" , text: 'teste local notification ', smallIcon: "res://icone_in", title: "aaaa 3", led: 'FF0000', sound: null }); não...
View ArticleIonic v5 and react i18n
Hi everyone! I’m trying to learn how to make an app with Ionic v5 and react. I’m facing a lot of differences between react and angular (language where I come from) as expected but I’m able to find out...
View ArticleIonic 4: Log in as a different user, previous user's data still shows
My Ionic 4 app uses Firebase to authenticate, and data is stored in local storage after logging. Here’s the flow: User A logs in User A’s info is retrieved from Firebase, then stored locally in...
View ArticleWhy when creating an Ionic Angular project with Capacitor, the angular.json...
I created a new project ionic start "Super App" sidemenu --capacitor --type=ionic-angular and went to configure the types and environments, but as there was no angular.json, I copied it from another...
View ArticleBlank project gives white screen with capacitor
I just started a new blank angular based Ionic app out of curiosity. I used the command below: ionic start blanktest blank --type=angular During the install process the tool asks me if i want to...
View Articleincorrect image orientation
I have a problem with image, the image after taken appears with the wrong orientation running on android, and when saving in the db saves wrong too, the documentation has nothing about it, can someone...
View ArticleMigration 3x to 4x
Hi, I want to migrate a ionic 3x app to ionic 4x, Does anyone know if I should migrate directly to 5x or should I migrate to 4x first? Thanks 1 post - 1 participant Read full topic
View ArticleIonic multi project
Hi, I see that ionic has an option to create multi project using react but it need to have dependency on each app. I want to use root level for dependency (package.json) and app folder should only...
View ArticleIon Toast Issue
Ion toast button hide due to the lengthy word. this happen in both android and ios as well, Screenshot_20200603-093003_DC2Vue720×1520 311 KB Screenshot_20200603-093019_DC2Vue720×1520 250 KB...
View ArticleIs Ionic 5 default enabled wkwebview?
As we know app store now support only wkwebview. So, ionic 5 default enabled the wkwebview for ios ? or we have to add extra plugin to enable the wkwebview . 1 post - 1 participant Read full topic
View ArticleIOS admob live ad display issue
Hello Dev, I am integrating the Admob free plugin in my Application, application is available for android and ios and it is published at both the store. In Google AdMob i have created the application...
View ArticleHow to enable background mode for only specific part of the app?
I want to enable background mode to only a specific part of the program so app does not unnecessarily send consecutive request to server. So I have two questions. How to keep awake only a specific...
View ArticleWKWebView is being used but Apple keeps refusing the app
Apple is refusing my app because it’s using UIWebView, but I’m pretty sure I’m using WKWebView, I checked it with this code if (window.webkit) { //WKWebView } and this if (window.indexedDB) {...
View ArticleLiquid Swipe
Hey there ! I’m relatively new to Ionic and I want to make an application that uses swipe features ! I’ve found something interesting that is liquid swipe. I know that it’s possible with Flutter...
View Article