在iOS中,android我可以显示webview,当它重定向到url时,我可以检测到它。
(比如通过facebook登录,google ..vv ..)
我想对cocos2d-html5
或cocos2d-js
做同样的事情。 ( for web-browser )
我只是尝试下面的代码但没有发生任何事情
window.open('http://webdesign.about.com/',
'open_window',
'menubar, toolbar, location, directories, status, scrollbars, resizable, dependent, width=640, height=480, left=0, top=0');
如何告诉网络浏览器为我打开新标签?
======更新======
我的浏览器停止了所有弹出窗口。我的坏。
但我不知道如何在javascript中观察Window
对象以了解它何时转到新网址。
我在http://www.w3schools.com/jsref/obj_window.asp看到window
的所有内容,但我看不到这样的内容:(