Firebase in ionic React does not allow login with google
import firebase from 'firebase/app'; import 'firebase/firestore'; import 'firebase/auth'; import { GooglePlus } from '@ionic-native/google-plus/ngx'; const config = { apiKey:...
View ArticleIs Ionic 3 compatible with RxJS 6 and Angular 6?
I’m on ionic-angular 3.9.2, all of my @ionic-native packages are on ^4.0.0 versions, and I have been upgrading my app to RxJS 6 alongside rxjs-compat . After making what I thought were the necessary...
View ArticleHLS player with exoplayer ionic
Hello i want to create a HLS video player app with ionic. my code in home.page.html is: <ion-header [translucent]=“true”> <ion-title> Blank </ion-title> <ion-content...
View ArticleWhenever a user returns to the Ionic Native app, I see a litany of errors...
This is happening on Ionic 3 with Ionic Native 4 packages, on an iOS device. According to our session viewing tool, we have a bunch of failed accesses to cordova plugins when the user resumes using...
View ArticleBack button color during navigation animation
During the navigation animation from a page with mode ios and a collapsible large title to another page with an <ionic-back-button>, the back button color is always set to --ion-color-primary,...
View ArticleIonic-native geolocation error on iOS device
I am using Ionic 5 with @ionic-native/geolocation version 5.28.0 and have added the pList messages. On loading my app I get the error “Origin does not have permission to use Geolocation service” with...
View ArticleIonic Slider loop true
As I know Ionic slider using Swiper JS I put the loop on true but it not looping it reach the final slide and stop here is my config Config= { initialSlide: 0, slidesPerView: 1, speed: 400,...
View ArticleIonic side menu bug on iOS
I found this bug when working on a project and tried to isolate it by running the starter project using the sidemenu template. The ion-menu element loses it’s visibility when using the swipe gesture...
View ArticleTech Stack for ionic mobile/web app
I’m looking for advice on the full stack of technology for our app. Here is what I’ve got in mind but I’m deliberating on firebase vs. AWS AppSync I want to use GraphQL and AWS has built a nice...
View ArticleCustom notification sound not working in ionic 4
hi can someone know how to use custom notification sound for android device i tried all the solution its not working my andoird version is oreo 8.1.2 its playing default sound when i get a...
View ArticleIonic & Capacitor & PWA : adjust luminosity
Hello, I have an Ionic 5 app, which uses capacitor. I want to be able to control the brightness on the app. When I’m on an android or ios app package, this library (which requires cordova) works fine...
View ArticleCan i directly upload to an ftp and server the app for dev on a webspace...
Can i directly upload each file on change (funcitonality in intellij) to an ftp and server the app for devs on a webspace without “ionic build”? 5 posts - 3 participants Read full topic
View ArticlePhoto gallery tutorial: Photo not being saved to gallery grid
Hi, Searching for a related question was not showing a result, so asking here. I am trying the tutorial for the photo gallery app but when I click the (click)="addPhotoToGallery()" I get this in the...
View ArticleModify ion-toolbar
Hey everyone, I want to modify Ionic toolbar but something is happening when I try it. I’ve seen different style options in the documentation, but what I want to do is to add a border-radius, which is...
View ArticleIonic capacitor getBaseContext
I am developing a plugin with capacitor for Android, but I can’t get the Context in my function I specifically need to use getBaseContext () Know a way to get Context on a capacitor plugin? 1 post - 1...
View ArticleIonic Native HTTP send a file using POST and multipart/form-data
Hi everyone! I am trying to do a http post call using the Ionic Native Http plugin in order to send a file using a FormData, but it is not working as expected… I attach a piece of my simple code in...
View ArticleHide tabs for subpages [VueBeta]
Hi, I would like to navigate from a tabs page to another page but hiding the bottom tabs. I tried both examples from the docs, Shared URLs and Nested Routes, but the bottom tabs still there. Is there...
View ArticleTransitions between pages, the header does not happen like the content
Hello, For the past few months I have encountered a problem that I cannot resolve on ionic. Indeed, during transitions between pages, the transition of the header does not happen like the content....
View ArticleReasons for using Ionic to build a website?
I’m leading some student projects this semester, and some are making websites. They propose using Ionic to do it. Are there compelling reasons to use Ionic, instead of, say, Angular, to build a...
View ArticleSticky item divider focus event?
I’m grouping “Parties” on a page, I’m using ion-item-divider sticky to separate them by X. I want to (ngModel) a property on my class whenever X sticky is the one on top. Is it possible? If so, how? 1...
View Article