Capacitor and Angular i18n
Is anybody using the Angular localization / i18n system with Capacitor? If so, can you share how you handle the fact that Capacitor gets uncomfortable with the notion that one project does not...
View ArticleUnable to Build Production
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleWhy am I seeing duplicate HTML content?
Tearing my hair out here. Please assist. Screenshot_20200904-2351321440×2560 155 KB config.page.ts import { Component, OnInit, ChangeDetectorRef } from '@angular/core'; // FIXME Uncomment import {...
View ArticleIonic 5 - Ion-button click doesn't always trigger on Android tablet
Hello, We have a weird issue where sometimes when we tap a button on an Android tablet, the animation / ripple is activated but the button (click) function doesn’t get triggered in an Ionic 5 /...
View ArticleUnable to Build Production App for Ionic App
Hello, First of all I am so sorry if I have posted in wrong section. I am trying to build android app but getting error. Below is the log, could anyone please check and let me know what is the issue?...
View ArticleIonic Side Menu being displayed even if it is not mentioned
side menu is being displayed even it is not mentioned in page 1 post - 1 participant Read full topic
View ArticleIonSearchBar not updating the searchText state on ionChange
const [searchText, setSearchText] = useState(’’); const handleSearch = (searchValue: String) => { console.log(“search value” + searchValue); console.log(“search text” + searchText); };...
View ArticleNeed to align my product slider content in same line. kindly help
I have this product slider in my ionic application picture attached. I want to display all it’s content in same row, for eg: all products Name, Image, price and Add to cart button will have display on...
View ArticleIonic streaming media
Hello, I would have liked to know how to avoid opening this page when I want to play an audio element Capture d’écran 2020-09-05 à 17.25.31696×1440 31 KB 2 posts - 1 participant Read full topic
View ArticleIonic react role based authentication firebase
I want to know using React with Role Based Authentication Firebase? does anyone want to share? 1 post - 1 participant Read full topic
View ArticleRemembering user once logged into app
Hello I’m quite new to ionic 5 and angular. I am wanting to develop an app that requires the user to log in the first time and remember them so they won’t have to login every time. I have read...
View ArticleIonic mode on different screen sizes?
Is there a way to change the modes like, mode = ‘ios’ or mode = ‘md’ for different screen sizes? 3 posts - 2 participants Read full topic
View ArticleSentencia like con sqlite
Saludos estoy utilizando executesql para recuperar registros de la bdd sqlite de la siguiente manera: executesql(“select * from productos where nombre like ?”, [id]) Pero la sentencia like no me...
View ArticleInternationalization in Ionic 5
May I ask what is the best practice in Internationalization in Ionic 5? Is it still ngx-translate? or we can use Angular built-in i18n now? As I heard ngx-translate is just a temp solution so I am...
View ArticleIONIC 3 and ios 13
Hello, After the update from ios 12 to ios 13 my IONIC 3 app does not run on mobile devices, i use ionicframework website to build .IPAs which they have xcode 11 when i try to open it from real...
View ArticleUIWebView to WKWebView migration
I have read the blog post posted by ionic. "cordova-plugin-android-permissions": "^1.1.0", "cordova-plugin-app-icon-changer": "^1.0.0", "cordova-plugin-camera": "^4.0.3", "cordova-plugin-device":...
View ArticleHow to Update Array on Local Storage in Ionic 4?
I’m trying to update an array in Ionic 4 with the following Data Structure, [{"name":"foo","country":"boo","photos":['img1.jpeg', 'img2.jpeg']}] My storage.service.ts is like, import { Injectable }...
View ArticleIonic & Capacitor & PWA : failed to register service worker
Hello, I have an Ionic 5 app, which uses capacitor. I added a service worker (with ng add @angular/pwa). If I deploy the build of the application (ionic build --prod --release) on a server, it works....
View ArticleHow Can we use firebase API for showing ionic 3 application new update is...
I am working on an R&D. I followed few blogs but can not find exact what I am looking for. I am having a ionic 3 android application where I used cordova-plugin-fcm-with-dependecy-updated and...
View ArticleIon-textarea disabled attribute
<ion-textarea [disabled] = "buttonDisabled" [(ngModel)] = "ServiceDetails.description" rows = "4" class = "input-textarea-custom" type= "text" name="description"...
View Article