Closed webenformasyon closed 7 years ago
is this vanilla js ? import { TnsSideDrawer } from 'nativescript-sidedrawer'
How to implement the functions
export function onLoaded(args: EventData) {
let page: Page =
in core nativescript ?
I've implemented
exports.onLoaded = function(args){ var page = args.object.page; sd.TnsSideDrawer.addGesture(page) }
exports.onUnloaded = function (args) { var page = args.object.page sd.TnsSideDrawer.removeGesture(page) }
But not working so far
@webenformasyon exactly how the example shows