How to Convert OST to PST File?
Microsoft Outlook is one of the most popular email client, which stores all your mailbox data either into OST file or PST file format. There are several situations, when an users need to convert OST...
View ArticleCapacitor Network Bug? Problem? Help Me
It works when you run npm run dev because nothing is being compiled. Vite serves all the files pretty much as is to the browser. When npm run build is run, Vite does its magic with tree-shaking and...
View ArticleIonicModule in standalone Angular Component - best practices
When creating a standalone component in Angular, the list of Ionic Components can make the imports and @Component import quite large. Eventually my developers want to replace the list with IonicModule...
View ArticleNo more Safe Area in iOS 18.1?
Hi everyone, I’ve been finally testing my first update since iOS 18.1 is out and realise that I don’t have the safe area anymore. Is anyone else experiencing something similar or is it just me (and...
View ArticleTips about mobile development - Routing
Hello everyone. Thanks to your help on my previous questions (and the nice work of the Ionic team on v8) I managed to make my content-heavy app feel very nice when using it. However, I can still...
View ArticleNo more Safe Area in iOS 18.1?
This looks like the same problem as in Ionic with Vite Ionic React Hi guys, I do have an Ionic project with Vite set up on it. Is it a regular way to work with Ionic + Vite ? Because I have so...
View ArticleDeeplink stops working after navigating to another page in internal Browser
Hi, I’m having trouble with the internal browser and deeplinks. Here’s the issue: If I open a page in the browser and click a deep link, the browser closes, and I return to the app as expected. But if...
View ArticleDeeplink stops working after navigating to another page in internal Browser
Hello, how is your deeplink configured? What is the url? Are sure you’re trying to execute a deeplink and not an universal link? They are different. If you’re trying to execute a deeplink from within...
View ArticleShould i follow the rules like in the browser?
Hi. Should i follow the rules like in the browser when writing code in capacitor.js for android? I mean, write code taking into account the logic of the browser, for example, avoid unnecessary...
View ArticleCapacitor Network Bug? Problem? Help Me
I will try to create a module even though I’ve never done one before, and I don’t know how to add the information, for example, for Capacitor Networks. I also found information in ChatGPT that I’m not...
View ArticleRouting / NavController not redirecting and not giving any error when route...
I am using Ionic 8, Angular 18 & Capacitor 6. My app has a combination tabbed and non-tabbed pages, with a single ion-router-outlet in AppComponent. My issue is in my tabbed page, let’s say...
View ArticleElectron: how to add Electron to a Ionic App with Capacitor?
I think you need to use this . I’m found myself in same pickle.
View ArticleShould i follow the rules like in the browser?
For sure! Write the best performant animations and transitions as you can. Not doing that can cause jank on android webview, specially.
View ArticleAndroid app converted from a react app via capacitor starts up really slowly
I have build an App using React. I have converted it to an Android app using capacitor. The app, running on a Nokia G10, consistently takes over 30 seconds to startup. Other similar apps that I have...
View ArticleIon-page-invisible class not being removed navigating in between pages [VIDEO]
For me this behavior was being caused by accidentally having exact={true} on a route, when trying to render nested routes in that route with IonTabs. /page exact={true} /page/tab1 /page/tab2 The...
View ArticleBlank page issue after splash in iOS 18
I resolve the issue by upgrading @ionic/angular from V7 to V8
View ArticleSachin Duggal : Opening Camera Without Frameworks in Ionic for QR Code Scanning
Hi everyone, I’m Sachin Duggal , and I am the owner of a bags manufacturing business. I’ve started a project using Ionic CDN without any additional frameworks, and I’m now looking to open the camera...
View ArticleHow to build live video streaming app
Hey, your idea sounds amazing. Well I was also looking forward to know how can I get started to build an especially which focuses on building an On Demand streaming app. I will I highly recommend...
View ArticleDisabled for Input not working
Hello, using Ionic V7, I have this component in which I pass: <ion-textarea [id]="field.fieldName" label="{{ field.label | translate }}" .... spellcheck="true" [disabled]="field.disabled || false"...
View ArticleLocalhost:8100 could not be loaded because net::ERR_CLEARTEXT_NOT_PERMITTED
You can just add “0.0.0.0” in the /resources/android/xml/network_security_config.xml like bellow. Then it should works well. <?xml version="1.0" encoding="utf-8"?>...
View Article