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

WebAssembly imports don't work correctly on iOS production builds that must serve files within the app instead of over a dev server. This happens because iOS production builds use the...

## Bug Report ### Capacitor Version ``` @capacitor/cli: 3.5.1 @capacitor/core: 3.5.1 @capacitor/android: 3.5.1 @capacitor/ios: 3.5.1 ``` ### Platform(s) native Apps on iOS, Android ### Current Behavior - process: Our users...

platform: android
platform: ios

## Bug Report I have upgraded capacitor from 2 version to 3. After it I have a bug with reopenin Browser window caused with non user close action. And the...

platform: android

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

platform: android

How can I disable page stretching on over scroll in android? my project on vue3 ![image](https://9to5google.com/wp-content/uploads/sites/4/2021/04/android_12dp3_animations_2.gif) https://9to5google.com/2021/05/26/google-chrome-android-12-stretchy-scrolling/#:~:text=Android%2012%20and%20higher%20have,flag%20in%20chrome%3A%2F%2Fflags.

## Feature Request ### Description Would it be possible to also access the CLI commands via a Javascript API? At the moment only the type definitions are "officially" exposed and...

## Bug Report ### Capacitor Version @capacitor/cli: 3.6.0 @capacitor/core: 3.6.0 @capacitor/android: 3.6.0 @capacitor/ios: 3.5.1 ``` PASTE OUTPUT HERE ``` ### Platform(s) React ### Current Behavior I run "npx cap run...

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

platform: ios

Gradle properties are always parsed as strings from `gradle.properties`. While Gradle Groovy can utilize the `ext` Gradle plugin directly, Gradle Kotlin DSL projects have to specify properties in `gradle.properties`. Convert...