【发布时间】:2018-03-21 20:20:48
【问题描述】:
我正在为 PhoneGap 使用cordova-plugin-dialogs 插件,根据我发现的讨论,可以在对话框中包含图像,但我无法找到方法。我在消息负载中尝试了 HTML 代码,但它不起作用。有人知道吗?
代码:
navigator.notification.confirm(
'<img src="path/to/file.jpg">', // message
onConfirm, // callback to invoke with index of button pressed
'Upgrade', // title
['Upgrade Now','Cancel'] // buttonLabels
);
【问题讨论】: