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

Bundler isolates RubGems dependencies from the host operating system and creates a consistent environment. Gem dependencies can be pinned to exact versions by using a `Gemfile`. CocoaPods is modeled after...

# Bug Report ## Capacitor Version `npx cap doctor` output: @capacitor/ios not installed @capacitor/cli 1.5.2 @capacitor/core 1.5.2 @capacitor/android 2.1.0 ## Affected Platform(s) - [x] Android - [ ] iOS -...

needs investigation

- The FileWriteOptions `directory` property needs to accept string concatenations like `FilesystemDirectory.ExternalStorage + '/downlad'`, not only types defined in Enum. - Will be useful If the The FileWriteOptions `directory` accepts...

enhancement
priority: high
plugin: filesystem

# Feature Request ## Describe the Feature Request Having started new project with capacitor I'm really excited about its future. I saw that a lot of cordova related stuff is...

enhancement
feature request
needs investigation

Introduce blob handling for Android & iOS webviews 🚀🚀 Whenever is asked for `blob:/` or normal downloads to be 'opened', folder selection is prompted and file saved. This closes #5478...

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

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

Cordova plugin support is only available on Android and iOS. Consider adding support on PWA too

enhancement
feature request

Exposes the `--forwardPorts` option from [native-run](https://github.com/ionic-team/native-run) to the Capacitor CLI. When an `npx cap run android --forwardPorts 8000:8000` is run, the following happens. - A Capacitor Sync - Device Boot...

why the application i build with capacitor js . experiencing fl ![tolol](https://user-images.githubusercontent.com/52072811/170468423-b8536c09-4c36-4c99-9de3-e02b3db39863.gif) fickering in the status bar I've added the statusbar of the capacitor like this : import { StatusBar,...