Niklas Merz

Results 21 issues of Niklas Merz

# Description Move ci from travis to actions

# Description # How did you test your changes?

# Description Fix build in #258 # How did you test your changes?

Hi. Just installed the new version and I'm getting the error BIOMETRIC_HARDWARE_NOT_SUPPORTED even though my device (running Android 9) has FACE ID set up? _Originally posted by @richardshergold in https://github.com/NiklasMerz/cordova-plugin-fingerprint-aio/issues/151#issuecomment-553285751_

This changes allows the developer on Android to switch the apps hostname at runtime with an app reload. It also allows to whitelist paths to run the app on the...

I tried to get the `WebViewAssetLoader` loader running to see how it works (see #483). Implementing this was pretty straightforward and it works with cordova-android@9 and AndroidX enabled. Right now...

This adds a new URLSchemeHandler which can proxy http(s) requests to external servers. This is useful for some CORS issues and webview bugs that affect the use of cookies in...

Fixes "UI API called on a background thread" error. `setUserActivity` cannot be called in a background thread.

Recent versions of cordova-ios (>=5) don't need this plugin anymore

I get this error with Django 4.x. Can we safely remove this check? From [Django release notes](https://docs.djangoproject.com/en/3.1/releases/3.1/#features-deprecated-in-3-1) >The HttpRequest.is_ajax() method is deprecated as it relied on a jQuery-specific way of...