ParanoidAndroid
ParanoidAndroid
@dhayaljaswantgit you can get the `fullName` only the first time the user logs in. Afterward, Apple will only send the email. This is how it works, there is not any...
No problems here either, iPhone SE (2020), iOS 14.5, Xcode 13.2.1
There is a commit targeting API >= 29 https://github.com/jasonmamy/cordova-wheel-selector-plugin/commit/136717222845fbc9c5b37ba729aaf1350dd51e0f Is it related?
I tested the plugin against API 30 on Android 12, 11, 10, and 9: all looks good. How do I reproduce the issue? gradle ``` ext { minSdkVersion = 21...
@edmondchui I have the same issue, did you figure it out on Android?
I can confirm the only way to make it work on Android is to provide a JSON object, not an array of objects. ``` defaultItems: { 0: data.numbers[2].description, 1: data.fruits[2].description...
OK, fixed by this pull request https://github.com/EddyVerbruggen/cordova-plugin-googleplus/pull/763
Have you tried setting `grantOfflineAccess ` to `true`?
@LillyWebsites you could try this fork and report back https://bitbucket.org/epicollect/cordova-foreground-plugin/src/master/
@LillyWebsites try with `npm install --save https://bitbucket.org/epicollect/cordova-foreground-plugin`