帖子
帖子
用户
博客
课程
显示全部楼层
8
帖子
0
勋章
1002
Y币

[BUG] 安卓机上面使用arcProgress定位后只可视区域有效果

[复制链接]
发表于 2015-7-7 15:16:29
本帖最后由 etoup 于 2015-7-8 09:12 编辑

安卓机上面使用arcProgress定位后只可视区域有效果
我使用了:
fixedOn:'slide',
fixed:false,前面两个arcProgress可以显示,第三个arcProgress没有出来
var width = api.winWidth;
            var X = width/2;

            var obj = api.require('arcProgress');
            obj.open({
                type: 0,
                centerX: X,
                centerY: 133,
                radius: 52,
                fixedOn:'slide',
                fixed:false,
                bgColor: '#eeeeee',
                pgColor: '#4cc3ff',
                loopWidth: 2
            },function(ret,err){
                obj.setValue({
                    id:1,
                    value:50
                });
            });

            obj.open({
                type: 0,
                centerX: X,
                centerY: 439,
                radius: 52,
                fixedOn:'slide',
                fixed:false,
                bgColor: '#eeeeee',
                pgColor: '#4cc3ff',
                loopWidth: 2
            },function(ret,err){
                obj.setValue({
                    id:2,
                    value:50
                });
            });

            obj.open({
                type: 0,
                centerX: X,
                centerY: 745,
                radius: 52,
                fixedOn:'slide',
                fixed:false,
                bgColor: '#eeeeee',
                pgColor: '#4cc3ff',
                loopWidth: 2
            },function(ret,err){
                obj.setValue({
                    id:3,
                    value:90
                });
            });

QQ截图20150708090518.png
5
帖子
0
勋章
1万+
Y币
没重现你说的问题,可发个二维码或WIDGET包
5
帖子
0
勋章
1万+
Y币
用个按钮调用,三个都可以调用到
您需要登录后才可以回帖 登录

本版积分规则