Teodor Bozhikov
Teodor Bozhikov
@tomshabtay @parliament718 The problem when Optimize Storage is checked could be related to the images still not downloaded. I found [a thread with a possible workaround using **requestImageDataForAsset**](https://stackoverflow.com/a/34937592). Translated to...
This could be implemented relatively easy in iOS if 'assetCollectionSubtypes' option is exposed and its value is propagated to the QBImagePickerController in https://github.com/NativeScript/nativescript-imagepicker/blob/master/src/imagepicker.ios.ts
Hi guys, the [latest version](https://github.com/NativeScript/nativescript-imagepicker/releases/tag/v6.0.0) of the imagepicker plugin now offers `maximumNumberOfSelection` option, working in iOS. Sample: ``` import * as imagepicker from "nativescript-imagepicker"; imagepicker.create({ mode: "multiple", maximumNumberOfSelection: 4 })...
Closing due to inactivity
Hi @lukepolo, as the support for Vue in NativeScript is in experimental stage we haven't implemented such compatibility in this plugin and that is why you may get this error....
Hi @halaharr, Why are you setting firebaseMessagingVersion = "+" in the app.gradle? The problem most-probably comes from the different versions that your app use, and the [fixed version](https://github.com/NativeScript/push-plugin/blob/6998baacd846c9c5b5960979eb4941e27887ff30/native-src/android/app/build.gradle) that the...
Hi @GuntarsLuta, with the current setup, this plugin does not offer this functionality. I am not sure if grouping client-side is possible at all. If you want to achieve that,...
Hi @dpdragnev You could check online for such errors ([like this thread](https://stackoverflow.com/questions/22568648/ios-production-push-notifications-invalid-token-from-apns-server)) as it is more like a setup issue rather than plugin issue.
Hi @dpdragnev If you are not using interactive push notifications in your project, you may try implementing the push functionality with the [{N} Firebase plugin](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/105) - not only because we...
Hi @vforv, have you tried to implement your push notifications using the [nativescript-plugin-firebase](https://github.com/EddyVerbruggen/nativescript-plugin-firebase)? It is more up-to-date with some features and could help you implement what you need. Also, we...