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

### Capacitor Version ``` Latest Dependencies: @capacitor/cli: 5.7.4 @capacitor/core: 5.7.4 @capacitor/android: 5.7.4 @capacitor/ios: 5.7.4 Installed Dependencies: @capacitor/cli: 5.7.4 @capacitor/core: 5.7.4 @capacitor/android: 5.7.4 @capacitor/ios: 5.7.4 ``` ### Other API Details _No...

triage

**What/How:** This PR adds a simple method WebViewLocalServer which prepends the required JavaScript for Capacitor to run. **Why:** We need this functionality so plugins could intercept and serve WebResources (specifically...

closes #7373 This pr fixes this: https://forum.ionicframework.com/t/i-can-not-navigate-to-other-pages-inside-error-page-errorpath/230410 The error page is common between unsupported webviews and other errors, like connecting to server url. We should be able using capacitor plugins...

### Capacitor Version ... ### Other API Details ```Shell latest ``` ### Platforms Affected - [ ] iOS - [X] Android - [ ] Web ### Current Behavior It is...

triage

### Capacitor Version 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 5.7.3 @capacitor/core: 5.7.3 @capacitor/android: 5.7.3 @capacitor/ios: 5.7.3 Installed Dependencies: @capacitor/cli: 5.7.3 @capacitor/android: 5.7.3 @capacitor/ios: 5.7.3 @capacitor/core: 5.7.3 [success] iOS looking...

triage

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

platform: ios

### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 5.7.2 @capacitor/core: 5.7.2 @capacitor/android: 5.7.2 @capacitor/ios: 5.7.2 Installed Dependencies: @capacitor/ios: 6.0.0-rc.0 @capacitor/cli: 6.0.0-rc.0 @capacitor/android: 6.0.0-rc.0 @capacitor/core: 6.0.0-rc.0 [success] Android...

triage

### Description CapacitorCookies always calls CookieHandler.setDefault with the Bridge's CookieManager. Make this configurable ### Platforms - [ ] iOS - [X] Android - [ ] Web ### Request or proposed...

triage

### Capacitor Version 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 5.7.2 @capacitor/core: 5.7.2 @capacitor/android: 5.7.2 @capacitor/ios: 5.7.2 Installed Dependencies: @capacitor/ios: not installed @capacitor/cli: 5.7.2 @capacitor/android: 5.7.2 @capacitor/core: 5.7.2 ### Other...

triage

The web implementation of the http plugin tries to parse all successful responses, including responses with status 204 - no content. If the `responseType` is `'json'` and the response status...