解决h5plus|解决h5plus plus.push.createMessage 遇到 plus.runtime.restart 无法发送通知问题
【解决h5plus|解决h5plus plus.push.createMessage 遇到 plus.runtime.restart 无法发送通知问题】退出登录是要清除访问记录跳转到登录页面开始用了plus.runtime.restart
这个,但是用了这个重启后发现用plus.push.createMessage
无法创建本地消息。解决方法就是换掉重启用plus.webview.currentWebview
这个,具体去看看文档
https://www.html5plus.org/doc/zh_cn/webview.html#plus.webview.currentWebview
代码:
let url: string = `${window.location.origin}/#${path || '/home'}`;
console.log(url);
try {
let webview: WebviewObject = window.plus.webview.currentWebview();
webview.clear();
webview.loadURL(url);
} catch (e) {
console.error(e);
}
推荐阅读
- parallels|parallels desktop 解决网络初始化失败问题
- 考研英语阅读终极解决方案——阅读理解如何巧拿高分
- MybatisPlus|MybatisPlus LambdaQueryWrapper使用int默认值的坑及解决
- SpringBoot调用公共模块的自定义注解失效的解决
- 解决SpringBoot引用别的模块无法注入的问题
- Spark|Spark 数据倾斜及其解决方案
- 解决SyntaxError:|解决SyntaxError: invalid syntax
- Spectrum|Spectrum 区块偶尔停止同步问题排查与解决笔记
- 一劳永逸地解决词汇量不够的问题
- Hexo代码块前后空白行问题