Upgrade ionic vs upgrade cordova
@ntle wrote: Hello, I’m new to ionic platform but I have been recently moved to a mobile dev team who uses ionic. We have a couple of ionic v2 apps with cordova 7xx. Reading on...
View ArticleVideo transcoding problem in iOS 13.0 +
@aminnourian wrote: Hi, I am having a problem with transcoding videos in iOS13.0+. When I read the file path from camera.getPicture (sourceType=PHOTOLIBRARY), passing the path to...
View ArticleError @angular/core
@ItzelCerga wrote: Hola, borre un proyecto y me genero errores uno fue ‘@angular/core’, lei y eimine las carpetas del roaming, una npm y la otra npm-cache y actualice npm i npm@latest -g con este...
View ArticleChange language using alert
@MaryamAzman wrote: Hey guys, I wanted to change the variable #English to #Indonesia in a different div. I am using ion-select within an alertoptions. I’m trying to change my language from english to...
View ArticleOne to one video calling in ionic 4
@arihant789 wrote: Hi all, I am currently developing a mobile application with ionic and I would like to add a video call feature. I did research and there are solutions such as WebRTC, PhoneRTC...
View Article[IONIC 4] Problem with values in html, how get values?
@rzapata22 wrote: This is my code in HTML <ion-col style="background:#ffffff" size="6" *ngFor="let item of data; index as i"> <ion-card> <ion-col size="6"> <img src="" />...
View ArticleIn ionic4 when i logout page exist to loginpage but when i pressesd back...
@keshavking111 wrote: in ionic4 when i logout page exist to loginpage but when i pressesd back button that return to home page , How to resolve it. logout() { this.logOutConfirm(); console.log(“hi”);...
View ArticleGoogle map native rotate marker not working
@swapnilkoshti28 wrote: Hello, I am using ionic google maps native. I am able to display google map with icon. But unable to rotate the icon. Below is my code snippet. But rotating icon is not...
View ArticleIonic 3 - Native not working after release build
@john2pe wrote: My app’s natives are not working with android 6.0 but works fine with android 7.0. Any idea why? Posts: 1 Participants: 1 Read full topic
View ArticleTabBar Icon not updating correctly
@contrasto97 wrote: Hi, when I tap on a tab bar icon the page changes correctly but the icon is not changing color. it will update only if I quit put the app in background and then back to foreground....
View ArticleIonic Poland Meetup, October 9th
@maksymillion wrote: Hello everyone! If you’ll be in Warsaw, Poland on October 9th, then I’d like to invite you to our meetup focused on all things ionic. It’s the first event we’re organizing and we...
View ArticleIonic 4 HttpClient get not working after creating app on android 9.0
@Jawwadarif wrote: its work fine in local. After creating app its not working on android 9.0 but work on older versions. import { HttpClient , HttpHeaders } from ‘@angular/common/http’; import {...
View ArticleIonic Capacitor Directory not disaplay in reality only showing the temp path...
@lalitkumarbaghel wrote: Ionic Capacitor Directory not disaplay in reality only showing the temp path with real path there is no directory.I used the official documents and code from here...
View ArticleAppflow build error
@gherbertbruno wrote: Preparation failed: The name ‘runner-dc549c99-project-0-concurrent-0’ already exists ERROR: Job failed (system failure): The name ‘runner-dc549c99-project-0-concurrent-2’ already...
View Article'ckeditor' is not a known element Ionic 4
@ionian wrote: Hi, i am working on an Ionic project. I am trying to integrate the CKEditor module: https://ckeditor.com on my project. <ckeditor [(ngModel)]=“content” editor=“Editor”> I am...
View ArticleIon-slide for loop not working
@OmDIonic wrote: Hi I am trying to load data in ion-slide using for loop but it not appear. .html <ion-content> <ion-slides pager="true" [options]="slideOpts" loop="true"> <ion-slide...
View ArticleNotifications - Send notify for users if the condition is applied!
@iAhmad89 wrote: Hello, Assuming I have a database filled with users and their internet consumption. The database is updated frequently (every 10 minutes). I want to send a notification for the user...
View ArticlengFor category and subCategory
@fahd123 wrote: How i can creat list with this array Please I want list like this example : Les menus Famillial : *Menu Nuggets *Kebab (pain) -Les menus Wings et nuggets *Menu Kebab Can you help me...
View ArticleFully shadowed APK at Google Play Console
@Elenchuk wrote: After update Cordova-android to v. 8.1.0 and upload generated files (armeabi, armeabi-v7a, arm64-v8a, x86, x86_64) at Google Play Console I get an error: Fully shadowed APK Problem:...
View ArticleBest way to replace deprecated Events
@leonardofmed wrote: Currently I’m using events to access MyComponent’s functions from MyPage. I’m using this way: In MyPage: randomFunction() {...
View Article