Library and App
I need to re-engineer my project, to create libraries to reuse in new projects. I created the various libraries, but I need to debug to integrate them correctly into the new app...
View ArticleHeight of the in-app browser (opened using Browser.open) when keyboard is shown
Hi there. I experience a problem with the height of the viewport in the in-app browser. My content is positioned absolute and takes 100% of the height (however it doesn’t really matter as I tested...
View ArticlePlugin Android: handleOnStart and handleOnStop not called
Capacitor 5.7.2 of Android, handleOnStart and handleOnStop do not seem to be called. We are reliant on these functions to perform certain tasks. For now, we can rely on handleOnResume and...
View ArticleAndroidmanifest security configuration
Hello, I’m not sure if I am in the right category, but I have a question about security configuration. For the security team at the company where I work, I need to set the following properties to...
View ArticleCorrect code structure for listening to Push Notifications for live data updates
Hello, I cant find any information regarding best practices on the scenario im facing, (Im using the @capacitor/push-notifications plugin) In my app im using silent push Data Messages sent to certain...
View ArticleAutofill credentials without deep linking
Hi, I have an Ionic/Capacitor app where I recently managed to set up credentials autofill based on this guide. I went through all the steps and everything is working well both on Android and on iOS....
View ArticleHelp with Iframe in Ionic React
Hello, I have an react capacitor app, where i have to use hostname as prod url to avoid CORS issues like https://en.wikipedia.org, So updated capacitor.config.ts to const config: CapacitorConfig = {...
View ArticleSplash screen icon animation
Hey! Is it possible to add icon animation before app starts? (Telegram i.e. https://youtube.com/shorts/tzw6I1BpRa0) 1 post - 1 participant Read full topic
View ArticleIntegrating Specific Plugins in AppFlow with Capacitor
Hello everyone, I’m seeking advice on using AppFlow for CI/CD in my Capacitor-based mobile app. My app includes plugins like OneSignal (for push notifications) and Branch.io (for deeplinks), which...
View ArticleHi guys need help
hi guys i want to know how load url cordova in activity by clicking on button ,not loading in mainactivity because when i load in second activity bu button it crashes ,is there a way to do it 1 post -...
View ArticleNetwork.getStatus() returns true but then fails with error code...
It seems there is a delay between Network.getStatus() returning true and when a network call works. If I add a delay of a few seconds after it returns true it works fine. Has anyone experienced this?...
View ArticleHow to replicate app going into background mode?
This seems to apply to both iOS and Android. After leaving my app closed for a while ( a day or so ) the app seems to go into background mode and when it is opened again it shows the splash screen...
View ArticleViewing data set by the Perferences ionic plugin on Android Emulator
using the @capacitor/preferences plugin, how do I view the information stored in the device like I can when i run the application in web mode? When i go in Dev Tools to Application > Local storage...
View ArticleI can't use ngrok with ionic
When I run ngrok, it generates the URL. However, when I open the console in that url, it creates a loop with this error message. Does anyone have an idea on how to solve it? 1 post - 1 participant...
View ArticleGoogle plus failed in cordova and xcode 15
I have ionic project with the following info Ionic: ionic (Ionic CLI) : 4.12.0 Ionic Framework : @ionic/angular 7.8.2 @angular-devkit/build-angular : 17.3.2 @angular-devkit/schematics : 17.3.2...
View ArticleHow to pass share data
Hi, I have automated setup, how can I pass tracking confirmation automatically? code I’m using !npx cap add android 1 post - 1 participant Read full topic
View ArticleIonic 5 table format
Can anyone give me any idea about the Ionic 5 table format? I have read all the documents on the Ionic site (ion-grid: Display Grids for Mobile-First Custom App Layout). But I didn’t get any clues. I...
View ArticleFix the upstream dependency conflict (Nodejs 16.16.0 / npm 8.11.0 / ionic 7.2.0)
I am new to ionic. I got issues when build at Mac OS (14.4.1) by visual studio code. I am wondering do I need to update package.json files and resolve those dependance one-by-one? When I run sudo...
View ArticleNeed Help Implementing Auto-Read SMS Feature in Ionic Expense Tracker App
I’m working on an expense tracker Ionic application and I’m struggling to implement the auto-read SMS feature. Here are the details: Ionic version: 7.0.0 “@angular/cli” version: “^17.0.0” I’ve...
View Article