-
# Motivation
At least from my outsider's perspective, the Cordova ecosystem is looking more and more abandoned. Most plugins haven't been updated in years, with issues piling up in the respective rep…
-
## Bug Report
Im using the Preferences Plugin to store the current used locale on the device.
```
// language.ts
await Preferences.set({
key: 'locale',
value: updatedLocale.value,
…
-
## Bug Report
### Plugin(s)
@capacitor/filesystem 6.0.1
### Capacitor Version
```
Capacitor Doctor
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
…
-
### What happened?
When running `quasar prepare`, an app extension that is linked via file:// in package.json throws exception that there is a missing index script.
### What did you expect to h…
-
### Description
On platform iOS after user sucessfully completes login on OAUTH provider page user is redirected back to the app where the following is logged in XCode indicating that code para…
-
I submitted my app to the Play Store, and it was rejected due to crashing. The cause:
> Your app schedules exact alarms without checking whether the SCHEDULE_EXACT_ALARM permission has been granted…
-
changed the minsdkVersion from 22 to 26.Build the app and deployed.
After adding this plugin, application crashes while opening.
This is the link of my sample source code: [https://github.com/Ha…
-
## Bug Report
### Plugin(s)
Keyboard
### Capacitor Version
```
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 5.5.1
@capacitor/core: 5.5.1
@capacitor/and…
-
### Capacitor Version
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed Depend…
-
## Bug Report
I am adding markers with code like this:
```
const marker: Marker = {
coordinate: gasStation.location,
iconUrl: 'data:image/png;base64,...', // Base64 png url, tested and …