Notificaciones v-2 1.7beta

self.notificationCloseOnClick = self.app.notification.create({
icon: ‘’,
title: ‘Framework7’,
titleRightText: ‘now’,
subtitle: ‘Notification with close on click’,
text: ‘Click me to close’,
closeOnClick: true,

      });

Hello, following with my training, how do I get the notification down? now I get up thanks to all

where can I see what their properties are? in the documentation of http://framework7.io/docs/notifications.html it seems not to work in the new version or I do not know if I do something wrong

Here is a list of all parameters https://github.com/framework7io/Framework7/blob/v2/src/components/notification/notification.js#L22-L33

V2 notifications are mimic OS native notifications look, they can be only on top. Otherwise check the Toast component

1 Like