- kbone如何接收app,onLaunch里面的返回数据?
在文档里面找到了页面内的onload处理方法,没有看到全局onlunch的有关处理方法,是否有对应的api,没有开放出来。
2020-03-13 - 有没有使用kbone改造已有vuecli3.0项目成功的童鞋?
h5微信公众号项目是使用vuecli3.0配置的,现在使用kbone进行改造不是很顺利,有没有童鞋改造过,经验分享一下,十分感谢。
2020-03-11 - kbone编译vue项目为微信小程序报thirdScriptError错误,该怎么解决?
已存在的vue项目,运行正常,使用kbone进行编译后,报错: [图片] 问题定位到,document.implementation为undefined: // Support: Safari 8 only // In Safari 8 documents created via document.implementation.createHTMLDocument // collapse sibling forms: the second one becomes a child of the first one. // Because of that, this security measure has to be disabled in Safari 8. // https://bugs.webkit.org/show_bug.cgi?id=137337 support.createHTMLDocument = ( function() { var body = document.implementation.createHTMLDocument( "" ).body; body.innerHTML = "<form></form><form></form>"; return body.childNodes.length === 2; } )();
2020-03-09