Dave Alden

Results 25 issues of Dave Alden

First of all, great idea in creating this plugin! It's something that has bothered me for a while with my own plugins when they conflict with other plugins which register...

When this plugin is installed in a Cordova project (i.e. it's using WKWebView instead of UIWebView) and the iOS Voiceover screenreader is enabled, the initial accessibility focus of the screenreader...

# Bug Report ## Problem I had an issue reported against a plugin of mine (https://github.com/dpa99c/cordova-plugin-hello-c/issues/10) and from the description it seemed like `cordova-plugin-ionic-webview` was the cause, but after some...

Resolves #136. Docs need updating as `textColor` is now the only styling option supported by Android 11. Also `touch` event is never sent as it can't be calculated due to...

Resolves #132. Test/validation app project: https://github.com/dpa99c/cordova-fabric-plugin-test

Crashlytics for Android to v2.9.5 Crashlytics for iOS to v3.11.1 Fabric for iOS to v1.8.2

I've tested this plugin on a Nexus 6P running Android 8.0 and it fails to receive location updates while in the background. Android 8 adds strict [Background Location Limits](https://developer.android.com/about/versions/oreo/background-location-limits.html) which...

### Platforms affected Android ### Motivation and Context Prior to Android 12, both COARSE and FINE location permissions were treated synonymously - requesting one would grant the other. Therefore this...

platform: android

# Bug Report ## Problem ### What is expected to happen? The plugin returns native location data without causing the app to crash. ### What does actually happen? The plugin...

This fixes a build issue on iOS when using `cordova@7` caused by the `add_embedded_ios_frameworks.js` hook script which adds the frameworks to the Xcode project. The error occurs because `cordova@7` itself...