Quantcast
Channel: Cocos中文社区 - 最新主题
Viewing all articles
Browse latest Browse all 88737

一个window.open的困惑

$
0
0

@iwid 写道:

//在一个按钮的事件处理函数里,可以跳转到指定网页
onStartClicked:function(){
this.node.runAction(cc.fadeOut(1.0));
window.open("http://www.baidu.com","","","true"); //OK
},

//在一个流程函数里,同样的window.open毫无效果,不能跳转,并且没有报错
onLoad2:function() {
...
var self = this;
var animCallback = function(dt){
self.node.runAction(cc.fadeOut(1.0));
window.open("http://www.baidu.com","","","true"); // fail to jump
}
this.scheduleOnce(this.animCallback ,3);
},

求指点!

帖子: 1

参与者: 1

阅读整个主题


Viewing all articles
Browse latest Browse all 88737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>