Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
1 replies
36 views

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 ...
Rorp's user avatar
  • 136
0 votes
0 answers
21 views

I use the capacitor file system to allow user to upload an audio file as follow : async saveLocalMusic(file: File, musicId: string): Promise<string> { const extension = file.name.split('.')...
Foxhunt's user avatar
  • 1,066
Advice
1 vote
1 replies
73 views

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, ...
odion_cloud's user avatar
-1 votes
1 answer
34 views

autocomplete="tel" name="phone" type="tel" these things are adding in ion-input as suggest by GPT still i'm not getting
Chintu Chintu's user avatar
2 votes
1 answer
113 views

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 ...
Foxhunt's user avatar
  • 1,066
0 votes
0 answers
31 views

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 ...
SuperCiccio73's user avatar
-1 votes
1 answer
61 views

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 ...
Peter Plevko's user avatar
1 vote
1 answer
189 views

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 ...
Just Shadow's user avatar
  • 12.1k
0 votes
1 answer
69 views

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 ...
Srikanth Babu Vudharapu's user avatar
0 votes
0 answers
133 views

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....
Mateusz Czerwiak's user avatar
0 votes
1 answer
76 views

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 ...
Aiden Dipple's user avatar
1 vote
1 answer
67 views

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 ...
Ralf Schneider's user avatar
-1 votes
1 answer
39 views

I have an Ionic Angular application where scrolling is completely broken on iOS (Safari, Firefox, Edge - all WebKit-based). Desktop browsers work perfectly. The diagnostic evidence shows that the ....
MatthewSamaha's user avatar
-1 votes
1 answer
190 views

I’m building a React PWA packaged with Capacitor for Android. I need the app to resize when the keyboard appears because a formatting toolbar must stay above the keyboard (similar to any notes apps). ...
Rii's user avatar
  • 1
-1 votes
1 answer
75 views

I'm building an Ionic + Capacitor app that uses the @capacitor-community/sqlite plugin for local database storage. I'm trying to export the entire SQLite database as a JSON backup file and save it ...
Rahul Thakur's user avatar

15 30 50 per page
1
2 3 4 5
3229