Andrés Zsögön

Results 72 comments of Andrés Zsögön

You are right, the code should be updated to reflect the new Google APIs URL.

GA will automatically sync itself to the real, correct time. You should sync your local server's clock manually. Codes might still be valid after a few seconds to compensate for...

Don't worry, rotate is a non-animatable property in Android 2.3, I had to implement it with JS by changing the angle every 50 ms. To reduce your code, you should...

After inspecting the source, it seems the duplicated dialog is a plugin workaround to bypass an Android 10+ introduced [bug](https://issuetracker.google.com/issues/142740104) reported years ago. I've been working on a PR to...

The Fingerprint API does not identify individual fingerprints, so the answer is not you can't.

Apparently the best option is to use the **In-App Update API** from [this cordova plugin](https://github.com/andreszs/cordova-plugin-in-app-update) which allows both Flexible and Immediate updates from Play Store.

@pbakondy and company, could it be that some of us have switched to the **Windows Universal platform** without noticing that the plugin does not support it? The `Missing Command Error`...

Sorry for this, unfortunately I currently cannot install it on Xcode to debug the issue. PR to fix this will be welcome. Also update to new version 2.0.0 released today.

> > > Oh yeah. I polyfill Symbol, normally, but you're right, I probably shouldn't assume it's existence here. > > This code replaces symbols with strings (via .toString when...

Next time use the title for the title and description for description dude. Anyway, the plugin works, check this [plugin demo APK](https://www.andreszsogon.com/cordova-camera-preview-plugin-demo/) then fix your implementation by exploring de source...