Aaron Young
Aaron Young
+1 for this. This project is falling down the drain. @kamens can you still maintain?
@wandrewkeech Thanks for your work
Im having the same problem(probably), except Im not even getting a popout, it just wont work. Im assuming that it cant find it as well.
Uncaught NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new...
this package:autocompiler-pug-jade 2.0.1
the same on windows
我使用了这个作为转换的脚本 https://github.com/bob-chen/react-native-iconfont-mapper
@movii 最好的其实是在 wx 这个方法下边挂载,可以使用我早先写的相似的库: https://github.com/youngjuning/wx-promise-pro
引用的时候将: ``` wxSearchBlur: function(e){ WxSearch.wxSearchBlur(e,this); }, ``` 改成: ```html wxSearchBlur: function(e){ WxSearch.wxSearchAddHisKey(this);// 添加历史搜索记录 this.GetKeyList(this.data.wxSearchData.value);// 后端交互 }, ```
呵呵,如上处理以后,模拟器不行了。