1、iframe中不支持flash解决方法:
nw初始化中加入代码:
// 设置flashplayer在iframe中可用 chrome.contentSettings.plugins.set({ primaryPattern: "<all_urls>", resourceIdentifier: { id: "adobe-flash-player" }, setting: "allow" });
2、iframe中video标签播放不了视频
https://pan.baidu.com/s/1boBZssf
nwjs-sdk-v0.22.3-win-ia32 添加 ffmpeg.dll文件
3、同一台电脑上打开了,新版本的nw.exe,那么旧版本的nw.exe 就不可用的解决办法:
删除nw的缓存:C:UsersAdministratorAppDataLocal 中以nw开头的文件夹
4、sqlite 路径问题: path.join(process.execPath,'/../weight_pc.sqlite');
process.execPath 解决部署之后的路径问题。
6、 nw-speed 项目中,window.open 地址是失效的。 555~ 由于真实环境中: location.host 变成一串字母了。 asedfasdfasdfasdfas
所以正式环境是: location.pathname+'#/print?num='+num+'&user='+this.cUser.user_name
7、 哈哈 nw-speed-vue 中的 , mode: 'history', 不要用阿 。编译之后,直接不跳转了,登录都是白。