Meyti

Meyti @meyt

About: Web Developer

Joined:
Jan 14, 2019

Meyti
articles - 7 total

Stop event propagation Nativescript (vue)

A hack to implement stop event propagation

Learn More 5 0May 26 '20

Handle page unload event in nativescript-vue

import { Page } from 'tns-core-modules/ui/page' export default { mounted () { this.nativeView.p...

Learn More 5 0May 2 '20

Draw your application sketch with Inkscape

Tips to create sketch

Learn More 1 0Apr 17 '20

Enable fullscreen view on nativescript-vue

import * as app from 'tns-core-modules/application' import { device } from 'tns-core-modules/platform...

Learn More 2 0Apr 14 '20

A very simple dubstep visualizer

dubstep.ir announcement

Learn More 8 0Mar 23 '20

Get dimensions in nativescript-vue

Get screen size: docs import { screen } from 'platform' screen.mainScreen.widthDIPs sc...

Learn More 9 0Mar 16 '20

Controll Android Back Button in nativescript-vue

Just create a simple component: import { android, AndroidApplication } from 'tns-core-modules/appli...

Learn More 10 5Mar 15 '20