Is it possible to enable or disable a tab in Ionic3?
Is it possible to enable and disable a tab in Ionic3 application? I try to use *ngIf to do that in html, but each time when setting is changed from false to true, an new tab is added; when setting is...
View ArticleIonRouterOutlet - how paths are stacked? wrong highlight on TabBarButton
Hello there, Quick question, as I unable to find anything related on the docs: For some context, I have the following IonReactRouter and its IonRouterOutlet handleChangeTabs(e)}> {/* tabs */}...
View ArticleImport styles for Stencil functional component
I’m trying to import styles for a functional component like so: import { h } from '@stencil/core'; import './uk-button.scss'; export const UkButton = ({ element: Element, ...rest }, children) => (...
View ArticleCan't install Ionic on MacBook Pro - GitHub permissions error
I’ve been developing with Windows for some time and have bought a Mac for IOS development but I can’t get past the installation process! I have NOT used sudo anywhere! I have installed nvm, and also...
View ArticleNg build --prod fails
When I run ng build or ng serve everything goes well but ng build --prod just goes bad Some output src/app/das orhboard/cotizaciones/add/add.page.html:179:9 - error NG8001: 'ion-column' is not a known...
View ArticleConnection Issues Regarding Ble Sensor in IOS using Ionic-ble plugin
When IOS app connect tzone with BLE service It is not sending data See here in connect response:...
View ArticleIonic Studio Download Link
I am not able to find Download link for Ionic Studio can anyone help on this. Thank you in Advance 1 post - 1 participant Read full topic
View ArticleConnecting with Sensor in ionicv4
What are the Other methods can we use to connect with the Sensor except the ble? Can you suggest some other method. 1 post - 1 participant Read full topic
View ArticleHow could I minimize App launch time? (Ionic React + Capacitor)
Hello, I would like to build my app based on Ionic React into native apps (ios/android). The first thing that I felt was it really fairly fast comparing with native apps while using the app. However,...
View ArticleDifferent google-services.json files for different environments Firebase...
I have an Ionic 3 app and I’m using Firebase to send push notification. I have 2 project in Firebase, one for dev and other one for production. Is it possible to use both google-services.json file so...
View ArticleSubscribe to service and watch in the tabs
I am trying to implement a dark mode toggle, and when I toggle dark mode the tabs should change to a different design. When I trigger the event in my settings page, I don’t get anything emitted when I...
View ArticleIonic Capacitor 2.0 how to simulate cordova platform browser
I have just migrated my project from Cordova to capacitor 2.0. But there is an issue with this Cordova plugin. While using Cordova, I had to use this plugin with the Cordova platform browser. I had to...
View ArticleMediaCapture plugin not working in Android 10 (Nokia, OnePlus) device
Hi All, I am using MediaCapture plugin to record video in my app. Its working in almost all the devices but not working in Android 10(Nokia and OnePlus). After capturing the video app is getting...
View ArticleMedia capture plugin get error when play captured video file
I want to add a video capture and play feature in my ionic 3 app. I use media capture plugin, the code is give as below. The app is build and run on Android platform, my phone is HUAWEI Mate 9. It...
View Article[Ionic 5, Angular] Wrapping Flic2Lib
Hello, I am trying to use the Flic2 SDK (https://github.com/50ButtonsEach/flic2lib-android) with Ionic Angular, does anyone know of a way I could use it in ionic development? Anything is appreciated,...
View Article[Ionic 5, iPhone 6s] ion-router-outlet not working
It came to my attention recently that our production application doesn’t route correctly on an iPhone 6s. The user who had the problem was running the latest iOS (13.5.1) but I managed to obtain an...
View ArticleDouble click happening when opening modal
Problem description I don’t really know if what is happening is indeed a double click event, I’m having a really hard time debugging this problem. I have a map component inside a page called ‘map’, in...
View ArticleLive update needed?
A simple question… Is Live Update feature necessary? And if I want only deploy to app stores? I will deploy very rarely, mainly after many tests. However: the free plan will updates only 100...
View ArticleiBeaconResult doesn't return array of beacon objects
For an Ionic (4) project I try to scan for iBeacons on an Android device. The sample code I use is the same as described in the documentation, except the UUID and the identifier (I checked those and...
View ArticleUpload file convert to base64
I need convert input type=“file”, to base64 in ionic 5, a have problema with FileRead reader.onload = () => resolve(reader.result); is not working, this message is send to me. 2 posts - 2...
View Article