In ionic 4 how to set background image?
@demokumar wrote: hello team , I create ionic 4 project first time and want to set a background image to ion-content then I set it in class as background: url("…/assets/imgs/home-bg.png"); but It...
View ArticleIonic 4 native element size is null
@npro27 wrote: Why native element have 0 size in ngAfterViewInit? I have embedded component like this: //my parent component ... <ion-content> <inner-component></inner-component>...
View ArticleIonic 3 geolocation not working
@chakradharsw wrote: Hi, i’m trying to find geolocation in ionic 3. when i use geolocaton.getcurrentlocation it is showing error and i don’t know how to solve this issue.Below is code. Anyone got...
View ArticleUsing Observables in Ionic 3 and Angular 5
@sambhupal wrote: Hi, I’m new in ionic 3, I can save sqlite data save to server database by using API (http). I have 4 data in my sqlite local storage. Following function: for each data is saved to...
View ArticleError: The Angular AoT build failed
@rranjan306 wrote: After running ionic cordova build android --prod --release, i am getting the below error [15:58:48] typescript error Error encountered resolving symbol values statically. Function...
View ArticleRtl ionic 4 sidemenu
@Fawzywassel wrote: Continuing the discussion from Rtl in Ionic4: Posts: 1 Participants: 1 Read full topic
View ArticleError when trying to update Contact properties
@ewehrmann wrote: I am trying to write a function that will save a Contact to the device using the Ionic Native Contacts API. First time working with the Contact api. I am able to get an instantiation...
View ArticleIon-item-sliding no working in v4 after reload items
@Villaescusa wrote: Hello, I have an ion-list that shows a list of ion-item-sliding with the option of “delete” in each one. When I delete one, I reset the array of elements and ask to the server to...
View ArticlePouchDB Database(.db) file not created in iOS & Android, while use ionic 4.x
@sudalaiyandi wrote: Issue I have created ionic app with latest version(4.x).For these, I have created pouchdb for access application.I used “cordova-sqlite” as adapter for pouchdb access in...
View ArticleAddress Bar - auto hide or force
@shepard wrote: With Ionic 4, is there now a way to hide the address bar? Either automatically when scrolling or forced? I am referring to in a browser. Posts: 1 Participants: 1 Read full topic
View Article[Ionic 4] Best way to implement push notifications?
@charlescc wrote: Hey, I was wondering what is the best way to implement push notifications on iOS with Ionic. I’m struggling with this since a long time and never succeed. It looks like both FCM and...
View ArticleIon-nav push method not working in Ionic 4
@riteshrajoria wrote: I am using Ionic v4 and using router navigation for all page navigation/routing. However, I have a peculiar case requirement where I wish to push new components on to the stack...
View ArticlePages take a long time to load with href attribute
@josiasbueno wrote: Hello everyone. I’m having trouble with the links inside my Ionic 4 applications, more specifically with page load time. I created some test apps with blank templates, sidemenu and...
View ArticleHow to test Android apps in Emulator/Device via WSL (Windows Subsystem Linux)
@jasoncartermartin wrote: Hello, I have been trying for over a week now to figure out how to test Ionic Android apps through WSL (Windows Subsystem Linux). I use WSL for my development environment...
View ArticleIonic 4 : Cannot Set Background Image
@junjunhernandez wrote: Hello there, I am trying to change the background image of ion-content but cannot make it work. I did: ion-content { background-image: url('/assets/app_images/image.png')...
View ArticleCannot get rid from this crash Ionic 4 + Firebase
@Manel00 wrote: Im starting on a Ionic 4 tutorial and I’m getting this big crash dont know why, i’m cleaning cache, removing /node_modules, installing npm --unsafe-perm… but cannot get rid from this...
View ArticleComo solucionar problemas de carga ionic
@josele2015 wrote: Estaba intentando generar nuevo splash pero no carga las imagenes de la carpeta resources. Ya he elimado multiples vece la carpeta de android desde linea de comando pero solo se...
View ArticleIonic4 Cordova Web Api Calling Angular HttpClient With Production Problem
@mesutcakir wrote: Hi Everone, My project is correctly run on “Ionic serve -l” command. (Proxy on active) but “ionic cordova run browser --prod or ionic cordova run android --prod” command not...
View ArticleAndroid tablet as an HMI?
@gusgonnet wrote: Hi guys, I wanted to know if anyone had experimented with an Android tablet like this one. Since I’m developing an Android app with Ionic, I thought I could run my app in this type...
View ArticleIon-item-divider href
@reedrichards wrote: Anyone knows how to add a router href on ion-item-divider? I use ion-item-divider in my ion-menu to group my ion-item, which have href, and I would like to add an...
View Article