Shiva Prasad
Shiva Prasad
My PR with the fix was already merged. But it is still not released I guess
Try this @datanotion [nativescript-ui-listview-8.0.2.tgz.zip](https://github.com/NativeScript/nativescript-ui-feedback/files/4519068/nativescript-ui-listview-8.0.2.tgz.zip) extract the zip file, and run npm i /path to plugin/
It does show all three. But not 100% of the time. Sometimes it stops after 2nd showcase, sometimes after 1st, with no helpful error message.
@shardul89 thank for clearing that up for me. :smile: I'm writing a nativescript plugin which wraps CFAlertDialog, I have finished making Android part, next up I'll be making iOS part....
@ryanzaatari I do it something like this, for Android ```js export function carouselLoaded(args) { const carousel = args.object; if (carousel.android) { carousel.intervalAndroid = setInterval(() => { carousel.selectedPage = (carousel.selectedPage +...
if you want to call it as "showNotification" and display a notification immediately, you could simple write a wrapper function around it in your own codebase, which takes the notification...
https://github.com/NativeScript/nativescript-dev-webpack/issues/899#issuecomment-501977502
@Izrab This plugin in its current state already works with {N} 6, thanks to JIT, but if you want to use the AndroidX version of this plugin's lib, it is...
Seems to be coming from here, it is the default event. You can just ignore the call if the message.event is 'default' https://github.com/NativeScript/plugins/blob/184555c1af63a079693d3e12ec2cd9baf285a803/packages/local-notifications/native-src/android/app/src/main/java/com/telerik/localnotifications/LifecycleCallbacks.java#L98 Another place a default event could originate...
May I help you migrate to nativescript-plugin-seed @naderio ?