【发布时间】:2016-09-21 19:56:33
【问题描述】:
我在我的 ionic phonegap 应用程序中使用 angularJS,但我需要弹出 iframe、webview 或浏览器(任何可以重新调整大小的东西)
我正在使用
window.open(url, "mywindow1", "status=1,width=350,height=150");
但是上面的代码完全忽略了高度和宽度。我在这里错过了什么吗?
【问题讨论】:
标签: javascript html angularjs cordova