Stretchy Header
@Nazirovich wrote: Hi, I’m using Ionic 4 and I want to make the header image to stretch while pulling down like the following: can anyone help me with this? Thanks. Posts: 1 Participants: 1 Read full...
View ArticleClick action is not working in ion-slide
@vandanareddy wrote: Implemented ion-slides dynamically with autoplay: if we enable autopaly click actions are not working inside the first slide if there are buttons to click, But Click event is...
View ArticleIonic 4 Transforming base64Image to url and showing it
@SanduCuragau wrote: Cheers All this is local since its all tests for now, in the future I’ll keep the things on cloud. What I’m trying to do right now is: have user’s image being displayed on the...
View ArticleIonic 4 Popover with an array of options
@paddyosullivan wrote: componentProps doesnt seems to allow an array of items, every time i try to add an array it comes back as undefined when using navparams to get the result, single items are no...
View ArticleMissing Document Configuration warning when publishing to Apple appstore
@bensnape wrote: When I publish my ionic 3 app to the apple appstore, I always get the warning below: Missing Document Configuration - By declaring the CFBundleDocumentTypes key in your app, you’ve...
View ArticleTrouble with Http get
@pmck55 wrote: been trying for 2 days to send a HTTP get request with basic Authorisation. it is being encoded fine and It works on API’s which don’t require Authorisation. The encoding works fine but...
View ArticleIonic 4 + vue.js / ion-button not clickable when using ion-tabs
@HassBrot wrote: I am using in my package.json: @ionic/core: “^4.0.3”, @ionic/vue: “0.0.4”, vue: “^2.6.10”, vue-router: “^3.0.6” furthermore: I’m using the IonVueRouter from @ionic/vue I’ve wrote an...
View ArticleAngularfire2 error
@ariff23 wrote: 3.JPG379×524 20.2 KB why this problem after install ``` npm install rxjs@6 rxjs-compat@6 promise-polyfill --save Posts: 1 Participants: 1 Read full topic
View ArticleIonic horizontal reordering list
@cinghiale wrote: Hi! I am developing a simple ionic v4 application, and I have created this simple ionic reordering list: <ion-list> <ion-reorder-group...
View ArticleFile Transfer Error for ngx
@obednoe22 wrote: When I install file transfer I can not use it without the “/ ngx” and when I import it it throws me an error, here my code import {Component} from '@angular/core'; import {IonicPage,...
View ArticleIonic 4 angular 6 scrollable global header
@colinshonaman wrote: I’ve been attempting this for an entire day and can’t figure out what to do. I need to have a header that displays on every page, but scrolls with the content. I included the...
View ArticleCORS issue only in some devices
@fgcoronel wrote: Hello, I have a problem with CORS and I can’t resolve it. I did an application and works perfect in android mid-range devices, but some top devices not do login because CORS error....
View ArticleThis device does not have any location provider
@SRoslan wrote: abdbfe99-35da-47e7-849d-3089487a0578.jpg607×1080 21.4 KB i followed the step creating geolocation Google Maps SDK ionic 4. I run on browser, and it show the location on google maps and...
View ArticleShadow DOM - Why?
@javasol wrote: I migrated my app from Ionic 3 to 4 and for the most part I see slightly better performance and it seems like it’s pretty stable. The only real issue I have is why did Ionic switch to...
View ArticleIonic working on browser but not working on real device
@mustafabekec wrote: I want to add FCM Notification in my ionic project. My project working succesfull in browser. But it not working on device. When i run cordova run android , app installed the...
View Article(Creator) Packaging For IOS
@Tracka wrote: I have been packaging my app for Android for some time but it did take a lot of working out. Now that the app coding and testing is almost finished, we need to package it for IOS. After...
View ArticlePass input value to service
@Tej98 wrote: Hello, I am new to the ionic creator and angular. I want to pass an input value ( in the textbox ) to a service in a file todos.js so that i can fire Firebase command accordingly. I want...
View ArticleComponent in page not working in ionic 4
@krima wrote: what i want to do is i have list with 3 items in new page and clicking of each appears respective component screen. I’ve tried only one and it’s not showing not i’m able to click it...
View ArticleClick action is not working in ion-slide using ionic3
@vandanapalgiri wrote: Implemented ion-slides dynamically with autoplay: if we enable autopaly click actions are not working inside the first slide if there are buttons to click, But Click event is...
View ArticleSend a http request at particular time
@bkrajendra wrote: I want implement a Scene feature for home automation arduino device. It turn ON / OFF device with http request. When i send http API request it controls the device through wifi and...
View Article