capacitor icon indicating copy to clipboard operation
capacitor copied to clipboard

Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️

Results 259 capacitor issues
Sort by recently updated
recently updated
newest added

## Feature Request ### Description Autocomplete is not working in Ionic apps with Capacitor (see: https://github.com/ionic-team/ionic-framework/issues/23695). After investigating with the Chromium team in https://bugs.chromium.org/p/chromium/issues/detail?id=1238338, it looks like autocomplete support was...

platform: android
feature request

Adds an option to the `sync` command , `--inline`, which will, after syncing, inline all JS source maps for easier debugging on mobile devices.

Found: @capacitor/[email protected] npm ERR! node_modules/@capacitor/android npm ERR! @capacitor/android@"4.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! @capacitor/android@"4.0.1" from the root project npm ERR! npm...

## Bug Report ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 4.0.1 @capacitor/core: 4.0.1 @capacitor/android: 4.0.1 @capacitor/ios: 4.0.1 Installed Dependencies: @capacitor/ios: not installed @capacitor/cli: 4.0.1 @capacitor/core: 4.0.1...

platform: android

## Bug Report ### Capacitor Version ``` @capacitor/core: 3.5.1 @capacitor/ios: 3.5.1 ``` ### Platform(s) iOS and Android ### Current Behavior The new official Google Maps plugin has a displaying issue....

platform: android
platform: ios

## Bug Report ### Platform(s) iOS (14.0+) ### Current Behavior XCode / iOS Simulator is not loading local stylesheets when running on brand new MacBook with M1 Pro - page...

platform: ios
needs reproduction

## Bug Report ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 4.0.1 @capacitor/core: 4.0.1 @capacitor/android: 4.0.1 @capacitor/ios: 4.0.1 Installed Dependencies: @capacitor/ios: not installed @capacitor/cli: 4.0.1 @capacitor/android: 4.0.1...

platform: android

## Bug Report ### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 4.0.1 @capacitor/core: 4.0.1 @capacitor/android: 4.0.1 @capacitor/ios: 4.0.1 Installed Dependencies: @capacitor/android: not installed @capacitor/core: 4.0.1 @capacitor/cli: 4.0.1...

platform: ios

Don't quote dependencies that start with "platform(" since those are BoM dependencies closes https://github.com/ionic-team/capacitor/issues/5820

I've seen several users that were using custom plugins that no longer work because registerPlugin has to be called before super.onCreate on Capacitor 4. So this PR makes the migrator...