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 285 capacitor issues
Sort by recently updated
recently updated
newest added

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

cli
type: feature request

This PR addresses the issue of handling special characters in FormData requests (e.g. `ü`, `ö`, and `ä`). To provide a clearer understanding of the changes, I've prepared a code snippet,...

## Bug Report ### Capacitor Version ``` Installed Dependencies: @capacitor/ios: not installed @capacitor/cli: 5.3.0 @capacitor/core: 5.3.0 @capacitor/android: 5.3.0 ``` ### Platform(s) Android ### Current Behavior On Huawei P20 devices apps...

platform: android

This PR fixes the apkName problem with multi dimensional flavors on Android. Discussed here > #6703

type: bug

## Bug Report ### Capacitor Version 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 5.5.0 @capacitor/core: 5.5.0 @capacitor/android: 5.5.0 @capacitor/ios: 5.5.0 Installed Dependencies: @capacitor/cli: 5.5.0 @capacitor/android: 5.5.0 @capacitor/core: 5.5.0 @capacitor/ios: 5.5.0...

platform: android
platform: ios

## Feature Request ### Description There is currently multiple events on resume/pause - appStateChange but there is no event if the app just starts up. It would be great if...

platform: android
platform: ios
type: feature request

## Bug Report ### Capacitor Version ``` @capacitor/cli: 4.8.0 @capacitor/core: 4.8.0 @capacitor/ios: 4.8.0 @capacitor/android: 4.8.0 ``` We do see it on Capacitor 4.6.1 as well and updated to 4.8.0 to...

platform: ios
needs reproduction

## Feature Request ### Description Back/Forward navigation gesture disabled by default ### Platform(s) ios ### Preferred Solution @capacitor/ios/Capacitor/Capacitor/CAPBridgeViewController.swift ``` loadView(){ ... webView?.allowsBackForwardNavigationGestures = true; ... } ```

platform: ios

This issue is related to developing ios plugins. Issue description: CAPBridgeViewController is WKNavigationDelegate so no other plugins can be a delegate for navigation of the webview. Reacting to important WKWebview...

platform: ios
type: feature request