BUG: ion-menu is transparent in some devices
Hello friends first of all sorry for my english I dont speak very well. I have a APP runing with ionic, the versions are IONIC: 5, Capacitor 3 and Angular 11. It was runing fine before but today my...
View ArticleIon-slides Options params does not exist when using typescript
Hi Everyone. I have the copy and paste from the ionic slider document of Vue Framework to make a slider on Init Before the test. And I got the errors is say params does not exist ton type…...
View ArticleShow/hide keyboard
I need to show the keyboard when a particular component initializes. I have tried following the capacitor keyboard plugin document here, but I cannot seem to get it working. Has anyone had any luck...
View ArticleUnable to install PWA using Microsoft Edge browser
Hi All, I have developed one PWA using an Ionic framework with angular language. We can install it on an android device using Google Chrome through the popup of “Add to Home Screen”. However, we have...
View ArticleGet JSON data by ID
I’m trying to get data from a particular ID in a JSON file. The JSON set-up is: { "items": [ { "id":"0", "link": "/music", "title": "Music", "area": "Devon", "type": "place", "image": "" }, {...
View ArticleHow can I lazy load service library?
I am making an ionic/vue app with ibeacon support. the code is working, but not finding beacons I don’t KNOW this is a problem but the library is loaded when the app loads (and gets a connection to...
View ArticleIonic 4 ionic 4 angular disable iOS swipe back in home page
I enable the swipeGesture by putting this at app component.html <ion-router-outlet id=“main-content” [swipeGesture]=“true” animated=“true”>. I have tried this at home.page.module...
View ArticleAndroid 8.1 Device errors after updating to latest Chrome
We’ve had a flood of recent complaints about our Ionic 5 / Capacitor app not working correctly on the Android device Sony Xperia L3 (running Android 8.1). I finally got hold of one of these devices...
View ArticleHow to set custom row height
I need to set it to 100% or the grid it doesn’t matter 1 post - 1 participant Read full topic
View ArticleImage doesn't preview in alert
My alert doesn’t show image if i use variable in ts file. I use this code as message that it is like “http://www.example.com/image.jpg”; message: '<img src="${my_image_path}"> But my image...
View ArticleHow to style ripple effect?
Hello, I’ve added the ripple effect on a div, but how do i style the effect ? what’s the css for it ? I mean the effect comes in a grey-ish shadow, i want to change it to yellow. how to achive that ?...
View ArticleAuthenticate Email with Ionic 3 and Firebase
How do I create and configure Registration form in my app to - Authenticate Email with Ionic 3 and Firebase ?? Please help me to solve this issue. 1 post - 1 participant Read full topic
View ArticleGeolocation And Map integration
Hello Guys Am A Beginner Can Someone tells me what’s the ideal way to integrate GoogleMaps in My React Ionic App. All The Tuto out there are with Angular. Please Help. 1 post - 1 participant Read full...
View ArticleIon-select changes resets my whole form
I have an ion-select which has loaded data from a rxjs observable. Every time there is a change in my observable the ion-select is updated which is correct behaviour. However, my whole form is cleared...
View ArticleForce Livereload to Load From Root
I started a new Ionic 5 Capacitor project from scratch, using the livereload feature to develop with. I’ve noticed that unlike my older projects, when reloading after a change, the app will load the...
View ArticleAnnouncing your Ioniconf 2021 Speakers Part 2
Originally published at: Announcing your Ioniconf 2021 Speakers Part 2 - Ionic Blog Earlier this month, we announced our entire lineup of speakers at Ioniconf 2021. In addition, we also highlighted...
View ArticleCan I Still Use Ionic If I Dont Use The Components?
I was thinking about this question because im working on a project that uses ionic but i dont use any UI components… i know this sounds really dumb but , will it still work on mobile if i dont use any...
View ArticleIonSlides pager Bug?
Hi Community, everytime when i use pager=“true” it shows not up in the browser or on mobile phone whats wrong with that component. 1 post - 1 participant Read full topic
View ArticleDose anyone have idea about how to detect incoming call in ionic 5 on IOS...
https://ionicframework.com/docs/native/call-directory I implemented the above ionic native library on app.component.ts but it didn’t show nothing while incoming call. Let me know if anyone has an idea...
View ArticleHow do I highlight the text in the web and use that somewhere else?
What i want to do in ionic, is that simply a user selects some text and then clicks on a button/popup and this selected text appears in the console. There is something i found in javascript but looks...
View Article