2
我想去外部頁面做一些操作,它必須重定向到我在returnUrl中指出的頁面。它在瀏覽器中工作正常,但是當我在設備中嘗試它時會崩潰。return url cordova app
window.location.href = "http://" + publicKey + ".externalURL/" + publicKey + "?token=" + data[0].token + "&returnUrl=http://localhost/htmlfileinapp.html/" + publicKey
localhost不會在設備上工作。請使用您的IP代替 –
這就是問題所在,我知道它在設備中不起作用。我想將它重定向到應用程序中包含的html視圖 –