Cannot read ' push ' of undefined help me please
@abdelhamidts wrote: i want add new item to this array but push cannot work pages: Array<{title: any, component: any}>; this.pages.push({title: user , component: “danger” }); error : cannot read...
View ArticleIonic 3 firebase filter query not working
@fasilbabukdy wrote: search(name: string) { const query = this.database.list(’/contact-list/’, { query: { orderByChild: ‘name’, startAt: name } }) return query.take(1); }; Posts: 1 Participants: 1...
View ArticleUsing ionic deepLinker with many ion-navs
@Tamerbak wrote: Hi there, I built an ionic app witch is adapted for PWA, so I used deepLinker for installing an ionic router. Something like : imports: [ IonicModule.forRoot(MyApp, {}, { links: [ {...
View ArticleTabs Views with navigation, Tab Gone
@discoverpr wrote: In my Tabs page, I have home with list of items. In my Items I want to click to see more details but when I use push Tabs is gone. Posts: 1 Participants: 1 Read full topic
View ArticleI have installed (Ionic ,java,cordova,Node js,android SDK all install) on...
@himanshurajput wrote: I have installed (Ionic ,java,cordova,Node js,android SDK all install) on window 10. first time create an ionic project than a problem . So Please Remove this Error Help Me...
View ArticleIon-select and ion-option list styling
@hendryt wrote: I have the following code: HTML: <ion-row> <ion-col col-12> <div class="form-group"> <ion-label class="content">Category</ion-label> <ion-select...
View ArticleContent management, role based authentifiction
@developer_med wrote: Hii guys i’m developing an app with ionic 3 there is 3 type of users, simple user, member and pro, so for each user the list of the pages in menu should be different switch the...
View ArticleFilter in Controller
@guhmarques wrote: Hi, how can i use filter in controller? I can use in view like this, but i need in controller, $filter(‘currency’)(value) does not working {{ item.valor | currency}} Posts: 1...
View ArticleSearching for ionic developpers
@Socode wrote: Hello, Facing a lot of answer, we had an issue by sorting all of the answer we got. so to make it simple, we will ask you to answer this Google Form So we are searching for few...
View ArticleHow to integrate crosswalk by ionic?
@MDA267 wrote: how to install crosswalk in exist project and build apk? Posts: 4 Participants: 2 Read full topic
View ArticleShared files with symbolic links
@helpmelearn wrote: stackoverflow.com Shared files with symbolic links angular, ionic-framework asked by Max Power on 04:55PM - 02 Jan 18 Can’t get Ionic (maybe its Angular) to build using Symbolic...
View ArticleChanging font size on setting page
@radekv23 wrote: Hi All, I would appreciate your help. I am building a news app and I would like to have font size of article changed in settings page. any help with this. like on picture....
View ArticleCan't run cordova run android in Ionic project
@jordanomac wrote: I’m having an issue running cordova run android in my Ionic project. I’ve uninstalled and reinstalled Cordova, Ionic, Gradle, and Android Studio, yet I still get this following...
View ArticleBuilding Windows App Using Cordova Error
@startitb wrote: Running: cordova build windows -- --release --archs="x64" Gives me the error: C:\Program Files (x86)\Microsoft Visual...
View ArticleIonic Pro - Automating the packaging process
@cloudplusplus wrote: Hi all, While previously with Ionic v1 it was possible to automate the packaging process using the ionic-cli, the Ionic Pro cli does not seem to allow me to trigger the cloud...
View ArticleChat project in ionic with socket.io, blank screen when running server and...
@cristianhu96 wrote: it goes blank when running the server and then the application with ionic serve. https://github.com/crisHU10/chat-master Posts: 1 Participants: 1 Read full topic
View ArticleBack Button not shown when using ionic-tab
@mdline wrote: Hello, in none of my tabs the backbutton is shown. I have a TabsPage, see template here <ion-tabs selectedIndex="0"> <ion-tab [root]="contactPage"...
View ArticleHow do I setup the environment to work with Ionic and Cordova?
@marciusbezerra wrote: How do I setup the environment to work with Ionic and Cordova? Follow the to the official website does not work (gives error “Cordova is not available” when i use --livereload)...
View ArticleiOS default styles issue
@bpeary wrote: Hi, I’m making a web app (web only) and I need the styles to be consistent not OS dependent. I styled some radio buttons in Chrome and they look great, but in mobile Safari the iOS...
View ArticleAdMobFree not shows ads on Ionic 3 app when isTesting is false
@tonyasd2015 wrote: I am developing an ionic(version: 3.19.0) and cordova(version: 7.1.0) iOS app and using ionic native admob free plugin ( https://ionicframework.com/docs/native/admob-free/ ) to...
View Article