48,392 questions
2
votes
1
answer
73
views
Ionic Angular ion-input doesn't reset visually when using reactive forms programmatically
I have an Ionic Angular app with two pages (login and signup) that share a root-scoped service holding reactive forms. When navigating between pages using Ionic's router, the ion-input fields don't ...
1
vote
0
answers
133
views
After changing from CSR to SSR with Ionic Angular app, styles do not apply to components any more
I added SSR/SSG to my existing CSR Ionic Angular app (for my website/webapp, not my Capacitor native app), styles do not appear for the ion-header any more:
Expected styles:
The component code:
<...
-4
votes
1
answer
93
views
Detect simulated location [Cordova]
I want to detect simulated location, I’ve tried on iOS to use isSimulatedBySoftware flag from CLLocationSourceInformation, but It didn’t gave me a stable result while using apps like:
PoKeep
iMyFone ...
Advice
0
votes
4
replies
133
views
Sharing token between apps on Android/IOS
I need to share tokens between two apps from the same author. In App 1, the user logs in and receives a refresh_token and an access_token. App 1 is a legacy app written in Cordova, and App 2 is ...
Advice
0
votes
1
replies
59
views
I have Cors issues developping an app with ionic that interact with Odoo SaaS, is there an easy way to fix the issue?
So I work for a company that help other companies to use Odoo (usually SaaS version). One of them want us to dev a simplified app for their employees that will interact with Odoo (they consider the ...
Advice
0
votes
1
replies
129
views
Using a custom WebView instead of the main Capacitor WebView while still accessing all Capacitor plugins
I’m trying to understand if a different WebView architecture is possible in a Capacitor app.
From what I understand, Capacitor initializes a main WebView that is connected to the Capacitor bridge, ...
-1
votes
1
answer
43
views
i need to show phonenumber hint on keyboard in ionic can any suggest for it. just like Instamart when i tried using which i shared in Body
autocomplete="tel"
name="phone"
type="tel"
these things are adding in ion-input as suggest by GPT still i'm not getting
2
votes
1
answer
128
views
URL changing but not the display
I am trying to use the ionic router outlet, in an Angular Standalone app.
I have set the ion-router-outlet in the app.component.ts and calling router.navigate. The URL is changing, the fallback page ...
0
votes
0
answers
53
views
Changing the default Capacitor Push Notification icon in Ionic XCode Mac ios
The AppIcon inside Apple Xcode project (created with Ionic) was changed several times with success (App icon on ios changes without any problems), but the Push Notification icon remains always as the ...
-1
votes
1
answer
86
views
Prevent swipe back on iOS
I am building a Capacitor app using Vue and Ionic.
On iOS, I want to disable the default edge swipe back gesture on some screens.
I have seen a similar question where the solution was to override the ...
1
vote
1
answer
246
views
How to install the latest Tailwind (v4) in an Ionic/Angular project
We'd like to install the latest Tailwind (v4) into our Ionic/Angular project so we can use its utility-first approach.
I've tried the guides mentioned here:
Angular guide
Capawesome guide
Workaround ...
0
votes
1
answer
105
views
Ionic Capacitor iOS cannot detect returning online after offline using @capacitor/network
I have an Ionic + Capacitor + Angular project using @capacitor/network. On iOS:
When the app goes offline (Airplane mode or no Wi-Fi), it sometimes (every time in my case) fails to detect coming back ...
0
votes
0
answers
161
views
Ionic + Cordova Android build fails: "A problem occurred evaluating project ':app' — DependencyHandler.module(Object)"
I’m working on an Ionic + Cordova project. After adding the Android platform and trying to sync/ build with Gradle, I keep getting this error:
A problem occurred evaluating project ':app'.
> 'org....
0
votes
1
answer
79
views
How to configure Capacitor (not Ionic) for Angular to VS Code Azure Function App integration
I have some straightforward questions asking for steps to configure Mac iOS.
I need local iPhone / Xcode simulator running Angular in Capacitor (no Ionic) to be able to make http calls to Azure ...
1
vote
1
answer
83
views
Build Ionic app with fastlane: export archive failed
I try to build my Ionic 8 app (Cordova) with fastlane. I created a Fastfile which calls match first and then uses the ionic plugin to build the app.
Fastfile:
platform :ios do
desc "Build ...