Click action working on browser but doesn't on devapp
@elominate wrote: I am testing an ionic 4 app in dev app. In a page modal, I want to call a function when a card is tap using the click function like this <ion-card class="ion-no-margin"...
View ArticleStyling ion-select-option
@martin-fisher wrote: Does anyone have any access to the devel team to get some/all of the styling for ion-select-option set as variables, ie available through the shadow DOM? I need to change the...
View ArticleAnnouncing: cordova-plugin-ui-sounds
@talisman-andre wrote: Hello fellow Ionic users! Audio has been a regular source of issues for my app, with each solution I tried having its own quirks and/or performance issues. I finally bit the...
View ArticleRun ionic package-lock dependencies locally
@jagr2713 wrote: Hello, I created an application using Ionic Creator and used XAMPP to run it locally on my machine. I have noticed that when the machine isn’t connected to the internet, my...
View ArticleCan't bind to 'cache' since it isn't a known property of 'ion-img'
@oliverandersen wrote: when using the component, the documentation states that the input ‘cache’, can be used to specify whether the image should be cached. However the title error appears nd this...
View ArticleLive Deploy with Capacitor
@rfarko wrote: Is there any update on supporting Live Deploy with Capacitor projects? This is a very critical feature for us which made us to chose Ionic in the first place and we need to know if we...
View ArticleHow to change the system config for my App?
@tihomir619 wrote: Hello! I’m trying the native plugin “Local Notification” and i managed to do some stuff, but when i tried to show the notification on the lock screen and with sound it didnt work,...
View ArticleReact Project using Ionic v4 Components / Firebase Authentication & CRUD /...
@aaronksaunders wrote: Responding to suggestion from Max Lynch… “If someone wrote a tutorial on using Ionic React with Firebase that would be pretty cool (hint hint)” So I pulled together some of the...
View ArticleHelp with first tutorial
@mikejones3 wrote: I was following the getting started guide and got all the way to the step where it says to run: ionic serve At first, it did not work because I didn’t have angular installed. Once I...
View ArticleBackground task for notification
@test-nikko wrote: Hi I am trying to develop an app that has a notification feature, but my problem is I don’t know how to show notification even if the app is close. I tried using the native...
View ArticleBackground Mode does not work when app is close
@test-nikko wrote: It seems that the background mode does not work when the app is close. It only works if the app is in tab. Is there any other way or plugin to do background service even if the app...
View ArticleIONIC 4 Toast button color not changing for anything (bug?)
@SanduCuragau wrote: Man I’ve seen like 3 topics about this and none helped, one even declared it is an unsolvable bug at the moment, but come on there must be something that could be done about it...
View ArticleHow to save picture using ionic camera preview
@ramprakashram wrote: I am developing a mobile application using Ionic 4. Everything is working smoothly, but i could not save the picture when i call the function takePicture(). Does it have any...
View ArticleWhite page
@scoppato72 wrote: Hi everyone, I’m a junior developer and I’m having a big problem doing a very simple thing. I created a blank page with the ionic start myApp tabs command. Through the ionic serve...
View ArticleExecution failed for task ':app:fabricGenerateResourcesDebug
@himeshalc wrote: any one facing similar issues? Execution failed for task ‘:app:fabricGenerateResourcesDebug’. Crashlytics Developer Tools error. Posts: 1 Participants: 1 Read full topic
View ArticleHorizontal reorder list
@cinghiale wrote: May anyone tell me if there is a way to implement an horizontal ion reorder list? I’ve followed this documentation, but it implements an ion reorder list in a vertical style, not...
View ArticleUnable to integrate firebase
@rajputsachin wrote: can anyone told me what is the step to integrate firebase in ionic and how my ionic cli know on which gmail id my project is exist for sync in ionic3. Posts: 1 Participants: 1...
View ArticleHttpClient doesn't work on a Huawei device. Compatibility problem?
@ioclaudio wrote: Hi, I have an Ionic4 app that calls some web services using HttpClient; import { HttpClient } from '@angular/common/http'; ... constructor(private plt: Platform, private httpClient:...
View ArticleHow to change alternative active button color
@flycoders_sourav wrote: I have a 4 buttons i want to do while any user clicked on any button of theme that clicked button should be active . how can i do that please can your tell me anyone because...
View ArticleVirtual Scroll in ionic v1
@AbhilashDeshmukh wrote: Hello, I have a huge list to be scrolled. I have used ion-infinite-scroll so that it does not give scroll issue. But when I scroll down and more than 1000 items gets populated...
View Article