我有一個問題...對於我的應用程序,我需要在新窗口中打開一個頁面來顯示產品。phonegap:如何關閉窗口
打開我用
function testopen(){
window.open('producttest.html', 'random_string', 'location=no');
};
新的窗口,但是當我嘗試在其他窗口
function testcloser(){
window.close();
};
應用程序凍結...
我不知道如何去...我已閱讀simmilar主題...但對我來說沒有解決方案...
任何想法如何解決這個問題?
感謝
你是從子窗口調用window.close嗎? –
是的,我是...電話是一個producttest.html – LitBe
黨,認爲我可能有另一種方式,但沒關係。對不起:( –