我可以以编程方式将通知的大小调整为指定的大小吗?我的代码js:
var notification = window.webkitNotifications.createHTMLNotification('http://mypage');
notification.show();
我可以以编程方式将通知的大小调整为指定的大小吗?我的代码js:
var notification = window.webkitNotifications.createHTMLNotification('http://mypage');
notification.show();