Testing the native apps that come out of capacitor
I have a question regarding testing the native apps that come out of our capacitor/angular setup. While we are testing our PWA with playwright, I’m currently looking for solutions on how to test the...
View ArticleWhat should I avoid when writing a dating ad?
When writing a dating ad , avoid clichés and generic statements. Phrases like “Looking for love” or “Searching for someone special” don’t stand out and can make the ad feel impersonal. Instead, focus...
View ArticleError : The Component xxx is declared by more than one NgModule
Hello, i created a component PickupCallCardComponent : import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-pickup-call-card', templateUrl:...
View ArticleFooter clicks and some IOS devices
Hi, I’m experiencing an issue with a footer on one of my pages. This footer displays some information and is also clickable. The footer works correctly on most devices, but there is an exception with...
View ArticleConnecting to postgres online
i have a .net , angular , and postgres webapp online hosted by fly.io . everything works fine, i converted it to ionic , when i try to connect to the server which is online i am getting an error , "...
View ArticleLong press gesture? vue3
Any ionic master with an example on how to create the long press gesture? Latest info I found is 3 years old with references to articles that don’t exist no more. 2 posts - 1 participant Read full topic
View ArticleIs CapacitorJS right for me?
I am looking at doing a full rewrite of 2 existing applications to make them cross platform. I think a WebView implementation is appropriate for these applications, however I would appreciate a sanity...
View ArticleTwilio Voice SDK Integration Capacitor
I’m working on an app that has a feature to make calls. While looking around about how I can add the call feature, I came across twilio voice sdk. I tried out their quickstart app and seemed simple...
View ArticleBackdrop components are not in good position
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleUsing Ionic Comps. in Stencil Comps
I’m trying to create a Stencil component library that uses Ionic components within it. I installed @ionic/core into the Stencil library, everything working. Then I integrate Stencil into React, by...
View ArticleiOS issues running application and loggin in with Firebase
I’m trying to deploy my application to iOS but I keep getting stuck when building to iOS and running the app in Xcode. I run ionic cap build ios, sync ios, open ios, that’s ok. Sometimes I get the...
View ArticleSetting styleUrls to a function/variable gives a weird error
I’m trying to generate the objet for the styleUrls dynamically, but when doing so I’m getting the weirdest error. Here is the interesting pieces of my code: @Component({ tag: 'my-input', styleUrls:...
View ArticleAndroid build & sign with cap build android - missing app-release-unsigned.apk
Running npx cap build android generates [error] jarsigner: unable to open jar file build\outputs\apk\release\app-release-unsigned.apk` If I look in the build output, I have the APK, but it is called...
View ArticleSVG custom logo isn't appearing
Hello All, I’m building an app with ionic and using angular. I am trying to add an custom icon according to ionic docs: however it isn’t appearing when I try to run the project on ionic serve. P.S:...
View ArticleHow to Implement Android Photo Picker in Capacitor to Remove Media Permissions
We’re currently using Capacitor 5 and are looking to reduce the permissions required by our app, particularly around media access, to better align with privacy practices and reduce potential security...
View ArticleBluetooth Connection Between IOS and Tag Scanner
Hi Everyone, I have a tag scanner that needs to connect to iOS devices via Bluetooth within our app. Currently, we are using ionic 7 and the Bluetooth...
View ArticleFaillure in Test Driven Development
Hello every one, i train ionic framework using videos tutorial on youtube, i’m blocked in faillure error in my page tdd, this is the code of my app.component.spec.ts : import { CUSTOM_ELEMENTS_SCHEMA...
View ArticleImplement actual deep links that directly launch the app immediately
I have implemented deep linking, and it is working properly. However, when I click on the link on Android 11, a menu appears asking me to choose between the app or the browser. On Android 12 and...
View ArticleCapacitor Background-runner 2.0.0 error
I’m using quasar framework with capacitor to build an app, I’n the first try of downloading a file e.g. audio, video, image, and files. i try using filesystem.writeFile but this cause the Ui to lag...
View Articlecapacitor/Filesystem fileDownload() block incoming functions
hello respected developers, i notice that the Filesystem.downloadFile() causes the app to wait like the other function that uses capacitor plugin is called is not executed until the download is...
View Article