Luigui Delyer

Results 13 issues of Luigui Delyer

Anyone know what it's happen with my notifications? ![gif](https://media.giphy.com/media/3o6fIYFO4PAn25eCRO/giphy.gif) When the notification close, the animation out it's running twice...

bug

Maybe it's necessary to create a webpack plugin to do it for me

enhancement
question

### Version 2.8.1 ### Reproduction link [https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-vue](https://github.com/NativeScript/nativescript-app-templates/tree/master/packages/template-blank-vue) ### Platform and OS info Android 9/10, iOS 13/14, NativeScript 7.0.13 & Nativescript-Vue 2.8.1, Windows 10, MacOS Catalina ### Steps to reproduce 1...

priority:normal
V2

### Version 2.8.1 ### Reproduction link [https://play.nativescript.org/?template=play-vue&id=HFwgqQ&v=2](https://play.nativescript.org/?template=play-vue&id=HFwgqQ&v=2) ### Platform and OS info Android Any, NativeScript 7.0.13 & Nativescript-Vue 2.8.1, Windows 10 ### Steps to reproduce 1 - Create a vue...

priority:normal
V2

it´s possible change visibility of fps-counter without removing .rs-base from DOM? I just want to change the visibility using the 'enabled' property, but it does not work

I try use your awesome framework to build a simple test on heroku and I received this error on deploy: ``` webhook res: undefined ``` index.js ``` var bb =...

https://developers.google.com/android/reference/com/google/android/gms/maps/model/Polyline#public-void-settag-object-tag I'm trying to include a tag into a Marker or Polyline but how can I reach the `setTag` method? My plan is to identify the item when the user...

Clean project package.json ``` ... "dependencies": { ... "nativescript-vue": "^2.6.1", "nativescript-vue-navigator": "^1.2.0", "tns-core-modules": "^6.5.1", ... } ... ``` router.js ``` ... const routes = { App: { component: App }...