Rect IonTabs as nested route Animations not works
I have tried from different ways to create nested routes with Tabs, the idea would be the following: WelcomePage->LoginPage->HomePage(Tab)->RecipePage The problem is in the entrance animation...
View ArticleERROR error: _co.computeCALCULATE is not a function
Completely new beginner here, im kind of lost to why this wont work. i need help home.html <button ion-button color=“primary” (click)=“computeCALCULATE ()”>CALCULATE home.ts computeCALULATE() {...
View ArticleSlide To Confirm Button
Does anyone know of some sort of slide to confirm button component? I’ve been searching the web for awhile and have not found anything. I’ve attempted to do this with basic CSS/Javascript and when...
View ArticleBle notifications with ngZone
I’m using the ble plugin with cordova to get notifications from device and show them in the view; my startNotification: this.ble .startNotification( this.peripheral.id, this.service.service_uuid,...
View ArticleDoubt with setTimeOut
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleIon-input set placeholder text-transform lowercase
Hi, I’m trying to set the ion-input placeholder to lowercase using css when the ion-input has applied text-transform to uppercase in Ionic v4. From official documentation –placeholder-color: Color of...
View ArticleBoth side call recording problem on android 6 to 9
this.recorder.setAudioSource(MediaRecorder.AudioSource.VOICE_COMMUNICATION); this.recorder.setOutputFormat(MediaRecorder.OutputFormat.AMR_NB);...
View ArticleIs network still working?
Hi I tried use Network plugin but it doesn´t work. I writed code in constructor, function and service, but i can´t get it to work. My ask is if any of you it happens to them like me. The code I writed...
View ArticleNo file: www after ionic build
Hi, I would like to run ionic build command and have created folder www. But after I ran this comand (ionic build) the folder www isnt created ? why ? what can I do that ill have the folder? I did:...
View ArticleNot able to create database with SQLite
I am trying to create a database with SQLite. Here is my code #RegisterPage.ts import { Component, OnInit } from ‘@angular/core’; import { FormBuilder, FormGroup, Validators } from ‘@angular/forms’;...
View ArticleIonic build issue getting error while create build
image1070×517 12.2 KB image1359×601 238 KB please help me on that 1 post - 1 participant Read full topic
View ArticleCant close connection beetween peer on peerjs
i’m building a video chat app using peerjs with ionic angular. its working like i wanted except i cant end the call. here’s how i call other user call(userId: string, partnerId: string) { const conn =...
View ArticleOpen a popover by long pressing the button
My code now: //it works only if u press the button .html <ion-button (click)="presentPopover($event)" >Share List</ion-button> .ts async presentPopover(ev: any) { const popover = await...
View ArticleCan't apply dark theme on bottom navigation bar of device
When I’m changing my app theme to dark, the theme of bottom navigation bar (where overview, home and back buttons are present) remains light i.e. background is still white with black icons. It would...
View ArticleDelay in loading the initial page after splash screen
Can anyone possibly tell me why we have a couple of seconds of delay on app startup in the ionic 5 capacitor app? Is there any way to avoid the white screen after the splash screen and root page ? 3...
View ArticleUpload images for change Avatar User
Hello everybody! I am looking to upload an image to be able to change the avatar of a user when editing their profile. Does anyone know how to do that with React? thanks for your help! 2 posts - 2...
View ArticlePrevent back route navigation for specific page
It is possible to prevent back route navigation executed from hardware backbutton on specific page ? In case, for example, when i would like to initialize additional function before navigate back. So,...
View ArticleuseIonActionSheet, how do I set subHeader?
ion-action-sheet: Ionic Framework API Docs when using the template, you can set the subHeader, but when using the hook, there doesnt see to be a way to set it unless it is undocumented? 1 post - 1...
View ArticleDynamic Side bar menus as per different role authentication
Hello, I want to create a dynamic sidebar with different role authentication. pls share me some resource link . Thanks in Advance 1 post - 1 participant Read full topic
View ArticleReactive Form value from Firebase
Hello everyone, I have a probem with a value of validator in a reactive form. In particular I have this 2 function below that check if a username in a realtime database of firebase exists. If it...
View Article