Can't push data into array using event method
@ke1234 wrote: I have an ionic template with a checkbox .The condition is that once the value checked , the value should pass into the user_filter array(user_filter array already declared and working...
View ArticleShow cards side by side
@rigorio wrote: I have cards that I want to show 2 by 2 per line image.png472×865 99 KB <ion-card class="cardo" *ngFor="let transient of transients" (click)="itemTapped($event, transient)">...
View ArticleIonic V4 ion-select
@RahulPrakashSS wrote: I am using Ionic V4. ionBlur and ionFocus events are not triggering in ion-select Posts: 1 Participants: 1 Read full topic
View ArticleClick on Ion-avatar inside ion-item doesnt work
@Jalvarez05 wrote: Hello Everyone . I’m trying to openModal when user click on ion-avatar but it doesnt work on devices , it only works on PWA. This is my code : <ion-item> <ion-avatar...
View ArticleImage/ data flickering(flashing) when update
@dmlkl wrote: Hi all, I tried to do polling for every 10 seconds, to get the latest status of the device by calling API. However, when I get data from the API, I will update the existing data (Array,...
View ArticleLinker Error When Building for iOS
@Jambox wrote: Hi. I am using Ionic 4 to develop an app, and am having some problems when I try to build it for iOS. When I attempt to run the app in Xcode, it will fail in the linking phase with the...
View ArticleVariables on Service not ready when trying to use them
@egaldamez wrote: Hello friends, first of all im new to Ionic and im working in using Services to pass variables from one form to another, i have a bit of a issue at the moment. I have a login form,...
View ArticleDirective not working in Ionic 4
@ady wrote: Hello, I’m having a problem with directives in Ionic 4. I’m trying to make a simple directive that just outputs something with console.log. To begin with, I tried importing the directive...
View ArticleGoogle Play - app removed due to Malicious Content
@rbender wrote: Our organization has had our app in the Google Play store for a couple months running an internal test group (app is not publicly available). Just within the last few days, the app was...
View ArticleShared module child component not visible properly when using with lazy...
@nsrathore wrote: We have A. app module, B. one lazy load module and component C. shared module with component When i lazy load the module using router it works, i had used that C module component...
View ArticleIonic4 Datetime component sets minutes to current time
@rodrigojrmartinez wrote: I’m using a datetime component meant to show hours, I’m attaching its value to a form. I wish the input to be empty until you click on it, for which the hours should be open...
View ArticleIon-range with dual knobs displaying currency format numbers
@Damiano12345 wrote: I’m developing a form in which i use a dual knobs input type range to indicate a price interval . I need a solution that allows me to show the price variation on the knobs with a...
View ArticleStatic website with IONIC (?)
@jddk wrote: Hello, I’m sorry about how basic my question might be. I started with Ionic but I actually partnered with someone who is doing all the programming work and legwork. We are at the point...
View ArticleIonic side menu annoying problem
@Fares95 wrote: Hello , i wanted to make a side menu but after this the page appCompnent.html do not work anymore , please help ! <ion-app> <ion-split-pane> <ion-menu >...
View ArticleDeleting for an array (may be a defect)
@makarchus wrote: I am trying to build a functionality to have user get a list with checkbox and number of elements they choose, I need to delete it. When I select all items to delete, the last item...
View ArticleIonic 4 - View not push up when keyboard is shown
@sereyvuthy wrote: Hi, I am having a problem regarding to a view not push up when keyboard is shown, so I cannot key in the field that keyboard render over, please help Posts: 1 Participants: 1 Read...
View ArticleIonic 3 ios not splash image not applied
@pdj wrote: 스크린샷 2019-03-16 16.05.41.png2302×953 157 KB as you can see above…I added almost all image to images.xcassets folder on xcode…(I also did it on resources folder on ionic directory…)...
View Article[Ionic V4] how do you put text under icon in ionicV4? Button
@avex wrote: How do you put text under icon in ionic V4? Before Ionic v4, it’s very easy to do that, but I have no idea to accomplish such kind of easy thing in Ionic v4. Plz help ~ <ion-button>...
View ArticleCORS issue because ionic is running on ionic://localhost on mobile device
@Dnlut wrote: I have an issue when using the Google Drive API on a mobile device (iOS). I am using the GooglePlus native plugin to obtain an access token. However when I make the actual call it is...
View ArticleIndividual NPM packages
@ollie-w wrote: Are there plans to publish Ionic components as individual NPM packages? I like the components but find the framework as a whole too overreaching. For example, I am not planning to use...
View Article