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

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

At runtime, we should support the use case of loading a file other than `/index.html`. For example: `__app.html` or `en-US/index.html`. This could also be a configuration option, but we should...

enhancement

Description of the problem: In connection to the implemented fix solving the known iOS12-bug (https://github.com/ionic-team/capacitor/issues/814) I encountered some issue which I recorded and uploaded: https://drive.google.com/file/d/11Msg2lSiW1UoN-si6nL1QxLS93shBu9h/view @jcesarmobile I wanted to ask...

This bug is for the SplashScreen plugin described [here](https://capacitorjs.com/docs/apis/splash-screen). Create an ionic app with capacitor, deploy it on the simulator or physical device: 1) Launch the application 2) Get black...

## Bug Report ### Capacitor Version ``` Latest Dependencies: @capacitor/cli: 3.3.2 @capacitor/core: 3.3.2 @capacitor/android: 3.3.2 @capacitor/ios: 3.3.2 Installed Dependencies: @capacitor/cli: 3.3.2 @capacitor/android: 3.3.2 @capacitor/core: 3.3.2 @capacitor/ios: 3.3.2 ``` ### Platform(s)...

While browsing a file on Android 5.1.1 it just allowing to select file from Dropbox and not showing File Explorer in the Popup. This issue is not appearing on later...

## Bug Report ### Capacitor Version 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.5.0 @capacitor/core: 3.5.0 @capacitor/android: 3.5.0 @capacitor/ios: 3.5.0 ### Platform(s) IOS Android...

platform: android
platform: ios

## Bug Report ### Capacitor Version ``` @capacitor/cli: 3.6.0 @capacitor/core: 3.6.0 @capacitor/android: 3.6.0 @capacitor/ios: 3.6.0 ``` ### Current Behavior I have installed a plugin that should throw an error but...

platform: android
platform: ios
type: bug

## Feature Request When checking cordova plugins, seems the file name for "Info.plist" is hardcoded. In the guide for Capacitor 3, the guide instructs developers to rename the Info.plist files...

platform: ios
type: bug

- Allow for shorthand colors (RGB, RGBA). - No need to throw, Color.parseColor() will throw if the color is invalid.