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 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 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 3 posts - 2 participants 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 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 ArticleChanges are not reflectiong to apk
Hello Everyone, I was following the Moodle Documentation where i downloaded the repo and npm run setup which helps to setup project. Then i used Ionic serve --browser chrome it opens the app in chrome...
View ArticleIonic Ibeacon React example
Is there any example for React setup of this… please share it with me! Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all...
View ArticleIon-datetime [min] doesn't refresh
Hello guys, I’m using ionic 4 and I have two pickers. The 2nd picker is “dependent” from the 1st one because the 1st one is the begin and the 2nd is the end. I wanted the 2nd picker to start at the...
View ArticleHow to kill a page?
Hello guys, I am using tabs in my ionic app… I have two tabs, when I click the 2nd tab, and click back to the 1st tab, the page is still there, and I want that, but when I click a certain button in...
View ArticleIon-item content is having issue with ion-content-space-between
in ionic item i have three items 1- avatar 2- Name 3- an image the problem is that i want avatar and name should be left align but the image should be right align. i have tried all the stuff like...
View Article