- component中wxss 的伪类无法应用
.coll__content__item ::after{ content: 'sss' } 工具报的错误: Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.
2018-03-23 - 自定义标题栏高度计算
【getSystemInfo】 获取系统信息 手机端: statusBarHeight:20 screenHeight:667 windowHeight:667 工具端: statusBarHeight:20 screenHeight:667 windowHeight:603 自定义标题栏高度=screenHeight-statusBarHeight-windowHeight 所以在工具端是可以的,但是到手机上等于0了 或者有其他什么方法可以计算自定义标题栏的高度
2018-03-21 - 如何自定义保存文件
需求:设备配置信息,需要以文件的形式上传到服务器 疑问:uploadFile 需要传染参数【tempFilePath】,配置信息在存在小程序内部,如何通过类似saveFile api进行保存 生成这个【tempFilePath】,因为saveFile需要传入的参数还是【tempFilePath】并非数据本身
2018-03-21 - 缓存丢失
ios 系统 大概用了一个月时间 ,出现本地缓存丢失,并未执行任何清理缓存命令
2018-03-19 - setData 时报错
setData实际上已经执行成功,并且页面刷新,不过在控制台总是看到这个报错很难受,不知道由于什么引起 appservice:1083 TypeError: Cannot read property '__methodCaller' of undefined at Function.c.getMethodCaller (WAService.js:11) at WAService.js:12 at d (WAService.js:12) at d (appservice:1083) at g.registerCallback (appservice:1083) at k.forEach (appservice:1083) at Array.forEach (<anonymous>) at d (appservice:1083) at WebSocket.h.onmessage (appservice:1083) k.forEach @ appservice:1083 d @ appservice:1083 h.onmessage @ appservice:1083
2017-12-26 - Android 蓝牙地址
android 手机 微信小程序搜索出来的ble 设备mac地址与ble设备真正mac地址不匹配, 每次ble设备蓝牙服务重启,小程序搜索出来的mac地址都会变化
2017-11-10 - BLE
BLE 一直开启搜索,然后主动连接某个设备,经常出现微信卡死,
2017-10-20 - 写文件
请问 小程序支持写文件操作么, 譬如写‘{test:‘test_content’}’ 把这个字符串写到一个test.txt 文件中
2017-09-18 - bluetooth 发送json 字符串
将json字符串转成base64 string 将base64 string 通过 base64ToArrayBuffer 转成arraybuffer 是这样发送json 字符串么
2017-09-13 - Android 设备无法搜索蓝牙设备
部分安卓机型 无法搜索到蓝牙设备
2017-09-08