gdigitalcamuhuy
New Member
I have an issue where some apple products are not rendering the iframe contents on some apple mobile devices.The page is a simple payment page where a couple of fields are rendered as an iframe. Both the main page and the iframe have different hostnames.On all desktop devices and android devices there is no problems.On all the ipads and iphones our team has we can view the iframe. However there are three testers where their devices do not work. The iframe section is displayed as a blank screen.They are testing on iOS 5 and 6 on safari and chrome on both ipads and iphones.When they hit the iframe directly they are able to render the page on safari. On chrome it just tries to load and the request does not hit the apache http server. When embeded in the page as an iframe i cannot see the request hit the server.There are no certificate issues. After working with verisign today and lots of testing we confirm that the certificate chain is verified at the server level.We have ensured there is no-cache set in the servlet to ensure that content-type is not cached as well as expiry so we know its not cached.We also ensure the browser cache is cleared for every test.Is there any suggestions on how we can debug this issue. Can we see if safari or chrome is actually sending the request?any ideas why it works on all other browser but not some ipads/iphones? any suggestions appreciated.Thanks