IonContent Size incorrect if content contains
As always, no help from the official forum For anyone facing the same issue, I found a solution after looking into it today: The problem is that ionic does not work as soon as the page structure is...
View ArticleWhat about ion-page (or IonPage)?
Hi, sorry to indrude this question, but I want to verify that this is good practive for ionic. When using ng-content to fill ion-content, another wrapper (in this example ‘my-custom-header’) is placed...
View ArticleDisable livereload on ionic 4/5
Please, how to disable livereload in the ionic 4 application. To not reload the browser each time the project is saved. I try ionic serve --no-livereload ionic serve -livereload false ionic serve...
View ArticleUsing plugin in service vs in page as best performance
Hello for using some plugin like Social Sharing or Storage , … we can use them in page or use them in service and call from page. i want to know which scenario is more performance ? import and use...
View ArticleInapp browser post data
hi can someone know how to pass form data to inapp browser url in ionic 4
View ArticlePlatform iOS 3.4 no detect
Platform (@ ionic / angular) does not detect the platform for ios 3.4 (tested on ipad ios 3.4 emulator)
View ArticleCreator vs. Codiqa
Wow, I am a newcomer to this arena, and recently in 2020 we made our first project with the six-year-ago-frozen JQuery Mobile, after evaluating it as the simplest, fastest, most robust easiest to...
View ArticleCapacitor/Cordova Splash Screen delay?
Hi Dave, thanks for your help! I did not solve the problem but your fix has improved the situation. Now I do not have a long white screen after the splash screen but I have SplashScreen -> blink of...
View ArticleScroll position bugs
There are 2 big bugs with scroll position in Ionic: Bugs When going back, the previous page always starts at top, instead of remembering the old scroll position When going to a next page, the next...
View ArticleRun a Background Service every Xmins to get User's Location Firebase
I want to run a background service when the app is in the background or even closed=killed. So the service basically gets the current user’s location every 10mins, checks it with the previous location...
View ArticleChange background color segment-button-indicator-background in ionic 5
Ya puse esta solución y no funciona. Es por esto que pregunté.
View ArticleHelp Me to Import Material Design!
I’m trying to importing the MDC (https://material.io/components/text-fields/) into the my Ionic 5 project and I couldn’t do that, also I tried to import this Angular-MDC and I failed to do that...
View ArticleHow to use an ion-input type=file?
I’m using a ionic-starter-pwa and I would like to let the user upload some images. I’m a little bit confused about the doc Ionic Docs ion-input - Ionic Documentation Ionic is the app platform for web...
View ArticleIonic v5 - IOS stuck on Splashscreen with loading indicator (works on Android)
I was experiencing the same problem and I solved it by re-installing the iOS platform ionic cordova platform rm ios ionic cordova platform add ios@latest
View ArticleIon-range value is always equal to zero
Hello all, I want to show the progress value in the ion-range but it’s always equal to the default value howerver the value retreived from the database is not usualy zero. Another thing, I want to...
View Article$rootScope replacement in ionic5
@rapropos please suggest any doc or video reference,i am new in typescript/ionic4. any clue for connecting loopback4 api with ionic4 also suggest
View ArticleDoesn't asks for permissions on initial load
I have an ionic project. I am deploying this app into android. I want to access device’s microphone for which I have added permission in AndroidManifest.xml: I have also added following code:...
View ArticleUnable to resolve project :capacitor-android in android studio
Hi, The gradle sync fails with the error Unable to resolve project :capacitor-android. Also this folder seems to be empty. Could somebody please provide the solution to this.
View ArticleStencil Electron net::ERR_FILE_NOT_FOUND
I built a Stencil app and when it was all done, I added Capacitor Electron to it. When I run the app: stencil build npx cap sync npx cap open electron The Electron container opens and the base...
View ArticleHide Badge when badge Value zero in Tabs
Use ngIf condition in Your badge tag. It’s working fine for me.
View Article