- android手机未打开GPS服务开关无法使用蓝牙搜索设备
android手机未打开GPS服务开关无法使用蓝牙搜索设备 请问如何在小程序里判断GPS开关的状态已经 跳转到打开页面
2019-03-28 - 小程序已上线 如何一键导出app
小程序已上线 如何一键导出app?
2019-03-13 - 小程序 体验版 加载的https的图片 急急急
<image src="https://file.jjjj360.com/wiki/20180922/bfb451fb36f743cdbd38f501fd2d6fe5.png"/> 这个在微信小程序里 苹果手机都没问题 但是android机有的可以显示 有的不可以,求解!!!!!
2018-09-25 - 为什么只有showModal 没有取消啊
为什么只有showModal 没有取消啊 有时候弹出的后 程序需要自动取消,怎么办
2018-09-06 - swiper 或者scrollview内嵌canvas 微信bug,请解决
- 当前 Bug 的表现(可附上截图) swiper 里面放的canvas ,当swiper 滑动的时候 在真机上 canvas 始终在屏幕顶部,不跟随滚动。 后来改成scrollview 横向滚动,也是同上 canvas不跟随滚动 在模拟器上是正常的,在真机模式不行,实验过很多手机已确认不是手机问题 - 预期表现 当swiper 内存在canvas 时,仍旧可以滚动正确 - 提供一个最简复现 Demo <swiper indicator-dots="{{indicatorDots}}" current="0" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" bindchange='listenSwiper'> <block wx:for="{{list}}"> <swiper-item> <view class="chart_view"> <view class='item_text_title'>{{item.indexName}}</view> <canvas canvas-id="myCanvas{{index}}"/> <view class='item_text_bottom'>{{item.unitDesc}}</view> </view> </swiper-item> </block> </swiper>
2018-09-06