-
With strict: true, I'm getting the below compile error...
```
Error: node_modules/@capacitor/core/dist/esm/core-plugin-definitions.d.ts:27:5 - error TS2411: Property 'CapacitorFirebaseAuth' of type …
-
First thanks for building this plugin, there aren't many SafetyNet plugins out there. I am getting an error though trying to run on Android via Capacitor.
```
SafetyNetHandler.java:5: error: packa…
-
### What happened?
When QSelect is used in a shadow DOM and a callback for the filter event is used for filtering the options, the menu disappears and the component loses focus after clicking a secon…
-
I am using ionic 4 and Capacitor framework.
I am using cordova-plugin-fingerprint-aio plugin for biometerics auth in app.
When i use [https://github.com/Telerik-Verified-Plugins/ImagePicker] in the…
-
## Plugin Request
**Name**: Navigation Bar
**Package**: `@capacitor-community/navigation-bar`
### Platform(s)
Android, iOS
### Existing Solutions
- https://github.com/cranberryga…
-
### What happened?
I am using a QInput with mask : ####/##/## or date.
and bascially my computer's default language is chinese, so when i focus the input, the IME is Chinese.
once i typed date in …
-
# YOU MUST read first!
Please use [Community Forum](https://github.com/cordova-rtc/cordova-plugin-iosrtc/discussions) for general technical discussions and questions.
- [x] **I have used Google wi…
-
I'm developing an APP using Ionic V6 with Angular and Cordova, but I'm having a problem using the In App Browser, when I use the app on the computer (ionic serve) it works fine, but when I test it on …
-
### Describe the bug
I'm writing on code base to rule them all (Capacitor SPA (iOS + Android) & Web SSR)
I do the following in the config
```
import { vitePreprocess } from "@sveltejs/vite-plu…
-
In my `background.js` file i have 1 event listener defined:
```
addEventListener("myEvent", (details) => {
console.log("do something to update the system here:", details);
details.completed(…