Jquery fails in IOS, but worked on Android and on view on iPhone via qr code. Window.open?
Hi, Apple says my simple Jquery Select doesn't work.
As in the title, I finished, it worked in the web preview, and it worked when I scanned the qr code with my iPhone. We successfully submitted it to Google Play, and it works when downloaded there.
Yet the Apple review team says that nothing happens when the select item is chosen:
codevar myVar =
Tiggzi('mobileselectmenu1_17').val();
if (myVar == "Westfield"){
window.open("http://www.westfieldinsurance.com/billing/pg.jsp?page=billing");
}
else if (myVar == "Progressive"){
window.open("https://onlineservice4.progressive.com/SelfService.Web/SelfService.aspx?Page=Non-LoggedIn.VerifyPolicy.ProvidePolicyInformation&cntgrp=A");
}
else if (myVar == "Motorists"){
window.open("https://paymentsmotorists.billmatrix.com/");
}
else if (myVar == "Wayne"){
window.open(" http://www.waynemutual.com/wmi/index.htm");
}
else if (myVar == "OhioM"){
window.open("http://public.omig.com/public/services/payment.cfm");
}
/code
Apple says: "We found that your app exhibited one or more bugs, when reviewed on iPad (3rd Generation) running iOS 6.1.3, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines."