How catch erro on ios simulator blank page?
I recreating my ionic5 app on new macbook but I have issue to build my app. When I start app on ios simulator, I receive blank page and no error shown into xcode console and samari developer tool...
View ArticleIonic 5 IonInput maxlength not working for real device android and IOS
In Ionic React maxlength not working for IonInput.Working on browser but not in real device(IOS and android).Try Some solution but not working. <IonInput //name="options" type="text" value={text}...
View ArticleIonlist at the bottom of a Sidemenu
Hey folks, Is there any way how I could have an Ionlist at the very bottom of a Sidemenu? I would like to avoid to place it there with position “absolute” since the menu might have to be scrollable on...
View ArticleiOS edge swipe weirdness
I need the iOS swipe on edge to go back gesture but it causing weird animation. Here’s a video showing it: https://www.youtube.com/embed/A1gO1Eus_mI How do I prevent this from happening? Thanks 1 post...
View ArticlePos terminal ionic 5
Hello all . After searching for a long time and several unsuccessful attempts, I did not find any result for the printing mechanism through printers similar to this printer (pos terminal). Is there...
View Article@capacitor/push-notifications and FCM generate different tokens, crashes android
Ionic 5 app with Capacitor push notification and FCM plugins. import { FCM } from '@capacitor-community/fcm'; import { ActionPerformed, PushNotificationSchema, PushNotifications, Token, } from...
View ArticleHow to perform cleanup task when app is force closed by user
I need to perform cleanup task when app is force closed by user (by swiping up). The scenario is: I am using MusicControls plugin to display controls in the notification area. When the user closes the...
View ArticleIonic Framework Meetup in Canada
Hello, Is there an Ionic Framework meetup in Vancouver, Canada or anyplace in Canada? Thanks! 1 post - 1 participant Read full topic
View ArticleHow to Use iframe to embed external web pages in Ionic?
Hi, I am tying embed external webpage in iframe, But this is not working. anyone can help me on this. I am using Ionic 5. I am writing this code in tab1.page.html. I was just create anew application...
View ArticleVersion compatibility matrix
Hello guys, With ‘ionic info’ command I can get some versions like my ionic cli : 6.18.1. But I would like to know which version I can use of angular, node, npm … capacitor…etc. Is there a version...
View ArticleIs it safe to use async/await with ionic v5?
Hi, I have recently switched to using async/await instead of using the promise chain. I have researched but couldn’t get a clear answer. Is it safe to use async/await with an ionic v5 (react) app?...
View ArticleComplimentary apps / projects
Should two complementary apps (e.g. one app for buying products and one for managing products) be inside the same ionic project? Or two projects/repos, one for each app? Both apps access data via an...
View ArticleGetting Web page not available...
I have added ADMOB_APP_ID to config.xml and also when i am installing the admob free cordova plugin add cordova-plugin-admob-free --save --variable ADMOB_APP_ID=“my id” Getting admob sucesss in...
View ArticleGenerating apk with Capacitor
I am new to Ionic framework, trying to develop a mobile app, followed steps provided in Android App Development Guide: Build Ionic Apps in Android Studio , installed gradle manually (Gradle 7.3.3) and...
View ArticleCan't resolve image while using it via css background image? Not being able...
I’m trying to load an image in one of my components and for this, I created one sample app using the following command: ionic start yp-patient-app sidemenu --type=react --capacitor After completion, I...
View ArticleService worker registration
Hi all Im trying to make a working pwa. This is the only error i have still left. I dont understand what i have done wrong. I have a manifest.json that controls the start_url In index.tsx i have...
View ArticleVideo capture plus download returns 404 error
I’m using ionic with cordova, and angular. I want to be able to film video with my app, so I looked to VideoCapturePlus because it looked easy to use. However, when I entered the command “npm install...
View ArticleIonic 6: Popovers all Now Missing Arrows
async presentPopover(ev: any) { const popover = await this.popoverController.create({ component: PopoverComponent, event: ev, mode: 'ios', translucent: true }); return await popover.present(); }...
View Article404 when directly access URL in PWA
Hi, i have a default login-screen for registered users: https://.../login For not registered Users I want to send a specific URL via email, which leads direct to the register page (so they don’t have...
View ArticleCan ionic do this?
Good morning, I am a multiplatform developer and the need to create an APP has arisen The app itself is very simple and its basic concept can be handled by ionic without problem. My question is, I...
View Article