Norman Breau

Results 830 comments of Norman Breau

Cordova-android AndroidX reference: https://github.com/apache/cordova-android/pull/1052

> I suggested a solution with this PR and have been waiting for it to be merged. Just FYI: this PR isn't being ignored, just busy preparing `cordova-android@10` for API...

Use the error callback to determine if there was an error that occurred. If so, please include that information.

Also please do not remove the bug template. It's there for a reason and filling out the form properly will give us much more information about your environment. So do...

> So u can tell me what was wrong with my download server URL. That's going to be really hard to answer. Could be the server sending incorrect `Content-Type` or...

I understand what you're saying but I think extending the plugin to deal with user settings is out of scope of this plugin. Plugins should have one responsibility and do...

I'd fork the plugin and play with the `isVirtual()` method: https://github.com/apache/cordova-plugin-device/blob/4c18d1f2b70606b9311ed20c234b560b49107b28/src/android/Device.java#L169-L172 And try to determine if there are any hints that you're within a bluestacks simulator or a nox player...

The `SafetyNet` API requires a self-managed backend service, so that would have to be an opt-in feature, probably best as an independent plugin. See the [SafetyNet overview](https://developer.android.com/training/safetynet/attestation#overview) But the answer...

These are the changes between v2.1.0 and v2.2.0 https://github.com/apache/cordova-plugin-media/compare/rel/2.1.0...rel/2.2.0