在 PNotify 4 中使用“模块”根本不起作用。
我正在Angular 6中使用PNotify。我正在遵循PNotify的说明,以使通知的外观和行为类似于在移动设备上的显示。 PNotify甚至应该可以直接使用移动设备,但出于某种原因不能在我的代码上使用。
PNotify.notice({
title: 'Mobile features',
text: 'Trying to enable mobile module',
modules: {
Mobile: {
swipeDismiss: true,
styling: true
}
}
});
预期结果:
通知在移动设备(宽度为100%)上看起来“不错”。通知可以滑动。
实际结果:
通知看起来像在桌面上,并且不能滑动。