Ionic version problem
@HibridYazilim wrote: Hi, I developed a hybrid app in the beginning of 2017. (Ionic v1) Today I made a few updates (ionic/cordova/npm etc.) to do some innovations in my app. After that when I try to...
View ArticleRun android --device not uploading app.scss
@Aggrodin wrote: Hey guys, when i run ionic serve all the styles and plugins are fine. But when i connect android device and run ionic cordova run android --device the app.scss files are missing, also...
View ArticleHow to ngSwitchCase in ngFor
@ThunderBirdsX3 wrote: tabs: object = [ { key: 'tab1', value: 'tab1' }, { key: 'tab2', value: 'tab2' }, { key: 'tab3', value: 'tab3' }, ]; ---------------------------- <div [ngSwitch]="my_tab">...
View ArticleProper usage of the Content resize function
@robrechtvm wrote: Hi, Previously I was using duplicate code in all my pages to show a custom header with elements. So I refactored these header elements to a new component which is included in all...
View ArticleClear notification when push arrives and user click on icon app
@taoista wrote: Hello there! this si my first post and im not very good at english… Im working with ionic 3 and phonegap… im doing a notification app Im having problems when the push arrives and the...
View ArticlePrevent the duplication of Ionic code
@SharanA wrote: I am trying to develop a npm module using which an user will have an option to choose any UI framework listed down. Its developed using Angular. I included Ionic as one of the...
View ArticleFilter does not work
@mdline wrote: Hello, I want to filter in my searchbar but the filter does not work. But the entries are displayed correctly. filter(searchbar) { let inputText = searchbar.srcElement.value; if...
View ArticleCrypto-js integrate with ionic 3
@sifio09 wrote: please i need help about using aes algorithm in my ionic application v3 i need to integrate crypto-js Posts: 1 Participants: 1 Read full topic
View ArticleParse error, there was a problem parsing the package
@pagolina wrote: Prior now everything was building fine with sdk 23 then recently i notice that when i run ionic cordova platform add android, is adding android-6.3.0 and set target sdk to 26, if i...
View ArticleUnhandledPromiseRejectionWarning:
@pasupathi022 wrote: (node:6264) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejec tion id: 1): CordovaError: Failed to fetch platform cordova-ios@~4.5.4 Probably this is either a...
View ArticleSize button ion-select
@Quiesan wrote: Hi ! Is it possible to increase the size of the ion-select’s arrow please ? Posts: 1 Participants: 1 Read full topic
View ArticleVirtualScroll and VirtualItem with NgIf
@MustaRohman wrote: Hi, I’m trying to use NgIf in conjunction with VirtualItems in a VirtualScroll. I haven’t been able to find a solution thread for this issue yet. Here is the basic idea of what I’m...
View ArticleWhat is Ionic Capacitor?
@asterus wrote: I’ve noticed https://GitHub.com/ionic-team/capacitor repo and wonder if we should care. What is “Native Progressive Web App” is? Posts: 1 Participants: 1 Read full topic
View ArticleIon select with ion input
@Quiesan wrote: Hi ! Is it possible to associate ion-select with ion-input. For example, a field with other and when we click on, we can enter text ? Posts: 1 Participants: 1 Read full topic
View ArticleA good form validation example?
@flosrn wrote: Hello i’m new on Ionic 3 and I search a good form validation example thats works it’s been a while since I’m looking for on the internet but I find many solutions that do not work and...
View ArticleBlank Screen when using a build apk
@ArgusComputacao wrote: Hi there, keep in mind im kind noob. I have created an app and tested successfully with: “ionic serve” “ionic cordova run android --device --livereload --consolelogs” Creating...
View ArticleTrigger wp api http call based on external change
@emiliodom wrote: Hi, I’m developing an app that consumes the Wordpress Api, lets say I list all the posts in the current page. (client’s app) The admin changes the title of Post X for example (with...
View ArticleNative plugin in constructor
@Quiesan wrote: Hello Is it good to put method in the constructor like this : constructor(public navCtrl: NavController, private statusBar: StatusBar) {...
View ArticleIonic - create multiple charts with dynamic data
@piraba wrote: Have to display no of charts dynamically. Show the house’s utilities consumption in bar chart. if Logged user has more than house , then show number of houses consumption graphs. Now I...
View ArticleBadge number on the application icon
@frodoe7 wrote: How to put badge number on the icon like this how to achieve something like this on ionic ? 26829449_1402358213203896_701610798_o.jpg1080x1920 258 KB Posts: 1 Participants: 1 Read full...
View Article