python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Disable dark theme only on web version Ionic Capacitor (keep on iOS and Android)
I have Ionic application that run PWA (web), iOS and Android. I've tried to disable dark mode on web version by setting
<meta name="color-scheme" content="light" />
but it d...

Okzhetpes
Votes: 0
Answers: 1
Ionic - Error "no native targets found" showing up when trying to run on the device
I have managed to connect to the device via ADB both with TCP and USB mode. But Ionic seems failed to detect the device. NPM version is 8.3.1 and Capacitor version is 3.3.4. Both @capacitor/core and @...

stackunderflow
Votes: 0
Answers: 1
IOS App Build issue: Command CodeSign failed with a nonzero exit code
I am trying to build my IOS app (developed using capacitor and ionic frameworks).
Just after integrating Google Firebase and adding Resources/GoogleService-Info.plist file I am having followng error w...

Piyush aggarwal
Votes: 0
Answers: 3
android studio crashing on linux after being launched from npx
When I type: npx cap open android
I get the following error:
[info] Opening Android project at: android.
node:events:368
throw er; // Unhandled 'error' event
^
Error: spawn /home/dan/andr...

ddoor
Votes: 0
Answers: 1