空间H5游戏-客户端接口

mqq.isGameApp

使用说明

判断当前环境是否是微端APP。 注意:不要使用OEPN_DATA.qua.app判断是否微端。

Example

    if(mqq.isGameApp) {
        // do something...
    }