Non linear navigation
Hi all, In my old app I have a list of items. When you click on an item you get it’s details page. When you swipe left or right on the details page the app used to insert a new page in the...
View ArticleEmbedding Chrome to Android app
Hi everyone. If I’m not mistaken, Capacitor is using the device web view. I’m wondering if Chrome can be bundled with the apk to use that with Capacitor instead of depending to the version of the...
View ArticleFilesystem.stat() fails to find entry
I am trying to get the creation date from a picture using @capacitor/filesystem and its stat() method However the call to stat() fails at : ERROR Error: Uncaught (in promise): Error: Entry does not...
View ArticleAndroidManifest.xml resets on each run
The topic is for Capacitor 3, Ionic 6, Vue 3 Each time I start my app locally, the AndroidManifest.xml is reset quite aggressively. I.e. lots of the XML is removed, formatted, etc. Is there a way I...
View ArticleWhat should I use to create a project with a local database for iOS and Android?
Hello, I want to develop an application for iOS and Android at the same time using Ionic and a local database such as sqlite, but I don’t know exactly what to use, React, Vue or Angular. Any...
View ArticleIonic 6 - How to hide IOS Media Controls
Hello, anyone has any ideas on how to hide the media controls on ios? I’ve found some info about changing AllowsInlineMediaPlayback to false in a config.xml file but I cannot figure that out. Thanks!...
View ArticleAbout to build out app in Ionic+Angular+Firebase
Hi all! I have been following Ionic since v1 or 2 and I have to say, I am impressed with the documentation and the community so far! We have decided to move away from Xamarin+Azure and go Ionic v6 +...
View ArticleIonModal doesn't have "trigger" attribute
I want the IonModal to open when I click the IonIcon. <IonIcon id="open-modal" icon={calendar} slot="start"/> <IonModal trigger="open-modal"> <IonContent>...
View ArticleAfter ionic v6 update, apk build breaks
Hi everyone, I have updated my Ionic app to the current version v6. After the update, my buildpipeline is working, but the resulting apk is not installable. It simply does not react on any phone....
View ArticleIonic v6: ion-datetime clean way to pass UTC to local in UI?
Hi All, as per below link in Ionic V6, ion-datetime makes no assumption about local times. We must pass into the model as the local time we want. My question is can anyone help me find a clean way to...
View ArticleIonic Menu Button unable to open menu after navigate to the page with certain...
Hi guys! I have a page (called as A page) that contains 2 menus, one is on left side (open via menu button in page), another one is on right side (open via header component’s menu button). The problem...
View ArticleDefine Age based on date range
Hello World, i got a question about date range example : a kid is born 15th of February year 2009 Time 6am, 15/2/2009, if calculate as at today (17/1/2022), his age is still consider 12, and will be...
View ArticleHow to solve undefined promises in Ionic Cordova?
In my web browser, the Promise object is “fulfilled”, the result is a value, but when I build it in the mobile app the Promise object is “pending” (working), the result is undefined. Here is my code...
View ArticleHow to update capacitor to use android project to SDK v30
I am not sure how to update my capacitor Android project to target SDK v30. Every time I do rm -rf ./android && ionic capacitor copy android and edit the build.gradle and variables.grade to...
View ArticleIonic application ERROR Error: Uncaught (in promise): ChunkLoadError: Loading...
Hello, I have an Ionic TypeScript application which was working for a long time in browsers and devices. ionic info: Ionic: Ionic CLI : 6.13.1...
View ArticleIonic App stops on launch
I am building an Ionic 4 App + PouchDB, I have built the app by executing the command ionic cordova run android and for a few days, it works well. Recently though, the app just won’t open anymore and...
View ArticleHttpErrorResponse Http failure response for oauth/token: 0 Unknown Error
Getting CORS error for oauth/token with 200 status Code. Added allow-origin-headers: http://localhost , Added cleartextTrafficPermitted=“true” in network security also Can someone pleasse help 1 post...
View ArticleSecurity Bug - Enable Sandboxed JavaScript Injection
The following code locations within the iOS App leverage the WKWebView APIs to inject JavaScript into a web page: _unsymbolicated_function calls -[(id) evaluateJavaScript:completionHandler:] This code...
View ArticleIonic WebServer Example? using Capacitor
I am trying to make a WebServer for iOS and Android. I need to deliver html/css/js file from my app directory Also need to show ipaddress and port number to user. when they hit that ipaddress from...
View ArticleThird Party Icon Setup
Good day, is there a way to include third-party icons in Ionic 6 app with react and typescript? Any help would greatly be appreciated as I am new to Ionic and still learning. 1 post - 1 participant...
View Article