APICloud 实现 使用openFrameGroup引入页面后禁止上下滑动

Posted LikWin

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了APICloud 实现 使用openFrameGroup引入页面后禁止上下滑动相关的知识,希望对你有一定的参考价值。

function funIniGroup(){
        var eHeaderLis = $api.domAll(‘header li‘),
            frames = [];
        for (var i = 0,len = eHeaderLis.length; i < len; i++) {
                frames.push( {
                    name: ‘frame‘+i,
                    url: ‘./html/frame‘+i+‘.html‘,
                    bgColor : ‘rgba(0,0,0,.2)‘,
                    bounces:false    //  这里修改为  false  即可
                } )
        }
        api.openFrameGroup({
            name: ‘group‘,
            scrollEnabled: true,
            rect: {
                x: 0,
                y: $api.dom(‘header‘).offsetHeight,
                w: api.winWidth,
                h: $api.dom(‘#main‘).offsetHeight
            },
            index: 0,
            frames: frames
        }, function (ret, err) {

        });
    }

  

以上是关于APICloud 实现 使用openFrameGroup引入页面后禁止上下滑动的主要内容,如果未能解决你的问题,请参考以下文章

APICLOUD怎么打开远程地址并传送参数

APICloud常用方式

apicloud----1apicloud怎样监听手机返回键以及按下返回键关闭frame

Chrome浏览器查看 iframe信息 OpenFrame

apicloud怎么实现frame跳转到另一个frame

使用APICloud & 科大讯飞SDK快速实现语音识别功能