I have some standard code that looks like this
window.location.href = "/Home/Foo?Name=" + $('#Name').val() + "&Email=" + $('#Email').val();
This works as expected on a standard computer browser but it seems to fail when running on Android.
Anybody knows WHY this code does NOT work on Android ??