大约有 10 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0027 秒)
用JS原生态window.location.href跳转 游戏第三方品台入口调入我的中转站入口例如 www.192.16.51.1/game.tiaoz.html 里面window.location.href=游戏地址 然后发现进来没问题 但是在手机微信按返回后在进入发现无限循环刷新界面了 2016-12-15 添加评...
来源: Laya_社区 发布时间: 20161215
...者自己解决 示例参考 LayaNative跳转页面AS写法 __JS__("if(window.conch)") { __JS__('window.conch.setExternalLink("http://layabox.com/")'); } LayaNative跳转页面Js写法 if(window.conch) { window.conch.setExternalLink("http://layabox.com/"); } 参考De...
来源: Laya_社区 发布时间: 20161129
...过点击哪儿个游戏图标进入哪儿个游戏,目前h5直接使用window.location.href跳转即可,但是layanative客户端 我就不知道什么情况了?不知道layanative是否支持?请官方解答 2018-07-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...
来源: Laya_社区 发布时间: 20180703
... 2017-12-23 14:56 就比如我要跳https://ldc.layabox.com/ 就写Browser.window.location.href="https://ldc.layabox.com/";吗? Monica • 2017-12-23 15:04 @18336093936:要跳转的地址必须是用LayaAir写的,以xxx.html结尾 18336093936 • 2017-12-23 15:50 官方有没有什么...
来源: Laya_社区 发布时间: 20171222
... 提交 1 个回复 cuixueying 赞同来自: var iframe:* = Browser.window.document.createElement('iframe'); iframe.setAttribute('src','http://www.baidu.com'); var body:*=Browser.window.document.getElementsByTagName("body")[0]; bo...
来源: Laya_社区 发布时间: 20161227
...lt;script type="text/javascript" language="javascript"> var arguments = window.location.search; var url = "http://119.29.138.145/bgame/in ... 3B%3B // http://119.29.138.145/bgameClient/index.html(游戏地址 体验服) // http://119.29.138.145/bgame/index.html(游戏地址 正式服) var iframe ...
来源: Laya_社区 发布时间: 20161221
...请: 与内容相关的链接 提交 1 个回复 s771043420 赞同来自: window.location.href = "http://www.baidu.com/"; 自己解决 2018-04-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 s771043420 相关问题 两个对象new了...
来源: Laya_社区 发布时间: 20180408
...: 与内容相关的链接 提交 1 个回复 helloworldlv 赞同来自: window.location.href=newUrl; 2018-05-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 tyevlag 相关问题 关于近期iOS提交,因违反苹果3.1.1导致APP上...
来源: Laya_社区 发布时间: 20180428
...E 微信 Laya_Aaron 赞同来自: 先用题主的临时替代方案 var windowInnerWidth=false; var windowOnWidth=true; var isIos=true; window.top.onresize = function () { var u = navigator.userAgent; if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { isIos=false; }else if(!!u.matc...
来源: Laya_社区 发布时间: 20190313
...交 1 个回复 helloworldlv 赞同来自: 1 不能 2 不能 3 iOS也试试window.location.href=url 2019-06-06 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 莫 雨 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里...
来源: Laya_社区 发布时间: 20190530