I have an application made in Cordova that uses window.location.href to transfer two values between pages. Everything works fine on Android, iOS and even in IE, but when I test directly on Windows Phone, it says it can not find the page.
Can you help me? Has anyone had the same problem?
My code is here:
window.location.href = nome + ".html" + '?sessao=' + encodeURIComponent(sessao) + "/" + encodeURIComponent(telefone);