Ionic PWA favicon.ico
@dalezak wrote: I ran our Ionic PWA through https://realfavicongenerator.net/favicon_checker to check if all the necessary favicon.ico are specified. However it came back with lots of warnings like:...
View ArticleDisplay a Firebase image on my App
@bmcgowan94 wrote: Hi there, Users on my app can upload their profile photo using their camera, and their profile photo is saved like so, An image denoted by their unique user id… image.png968x158...
View ArticleApp doesnt open when clicking notification when app is closed/killed/coldboot
@darkaluxito wrote: Hi, I´m using Firebase Native for sending and recieving notifications, it works great on web and iOS, but now I´m trying to make it work on android, but: If the app is on the...
View ArticleHow to move marker between two points using ionic 2
@abdulmalim wrote: How to move marker between two points from source to destination ? Thanks in Advance . Posts: 1 Participants: 1 Read full topic
View ArticleIonic 3 Search item with item detailed page
@mesk80 wrote: Hi, I need to search the item. After searching the item, it will navigates to the item detailed page when we click on the searched item(item title). How can we achieve this? Any help...
View ArticleHow to populate list from rest services
@gumilangtheodorus wrote: Hi im using @ionic-native/http to make http request in my ionic app, i’m able to retrieve the respond from my web api, but i’m still not able to use the data to populate my...
View ArticleIonic 3 project CLI error
@mohammad77 wrote: Hi guys, I closed the project and rerun got this below error in CLI , Please help me if anyone knows. Thanks PS C:\Users\user\myApp> ionic serve -l ionic : The term ‘ionic’ is...
View ArticleIonic Gradle Update
@pnchlC wrote: I want run my app in Android so i ran this command ionic cordova run android -l --debug but there is error saying this Minimum supported Gradle version is 4.4. Current version is 4.1....
View ArticleHow to fix the gradle download error message on android?
@anespa wrote: Dear Friends, I am new in 18.04 . I tried to install ionic 3 here with ionic info cli packages: (/home/sysadmin/mgov/node_modules) @ionic/cli-plugin-proxy : 1.5.7 @ionic/cli-utils :...
View ArticleIonic 3 create VPN connection
@SnipY wrote: Hello, all, I want to create app with site restriction, when user add site that he don’t want to visit, user will be not able to see it for minimum one year. I check few apps that doing...
View ArticleAngularFirebase2 run time Error in inoic project
@mohammad77 wrote: Hi guys, I already connected to firebase and read the data successfully as well but when i rerun the app i got this error in my project please help if anybody knows .Thanks Runtime...
View ArticleIonic Count likes
@ddoudix wrote: Hello, I want to add in my a like system, when you click on the button it shows 1 (++), and when you clique again it shows 0(–), But also I want it to be in realtime, other people can...
View ArticleGet whole data from Firebase and save it in Assets folder as a .json
@dibpat wrote: This is where I want to save all the data that I receive from Firebase, in such a way that this file contains everything from the firebase database and is updated once the user logs in/...
View ArticleHow to parametrize the values
@arynshaikh wrote: import { Component } from ‘@angular/core’; import { IonicPage, Platform, NavParams, ViewController, AlertController, NavController } from ‘ionic-angular’; import { ImagesPage } from...
View ArticleHow to bind the object with dynamic key in ngModel
@tripurarisingh wrote: <div *ngFor="let item of createShop(countShop);let i=index;"> <div id="shops{{i+1}}"> <ion-buttons *ngIf="i+1" end> <button ion-button clear icon-only...
View ArticleSearch bar suggestion drop down in ionic 3
@rajbasilio wrote: In my ionic app, I want a drop-down list like shown in below image This is my code. I want drop-down to be in the same page can anyone help me? <ion-header> <ion-navbar>...
View ArticleIonic buttons
@amiega wrote: How to put two buttons on the corner of the page bottom-right and bottom-left? Someone can help me to answer this question. Thanks Posts: 1 Participants: 1 Read full topic
View ArticleCustom Alert dialogue in ionic
@niks345 wrote: Hi, I am new to ionic and want to add alert dialogue in my app. I tried the normal alert controller but that not what I want. I actually want to add an icon to that alert so the user...
View ArticleIonic phonegap build error with org.apache.cordova.file
@gilson94 wrote: ionic phone gap build displaying error with org.apache.cordova.file. Error : BUILD FAILED Total time: 1.436 secs Error: /project/gradlew: Command failed with exit code 1 Error output:...
View ArticleAndroid Flavors
@williamxsp wrote: Is it possible to configure build variants in an ionic app? https://developer.android.com/studio/build/build-variants And do we have something similar to iOS? Thanks! Posts: 1...
View Article