mardi 30 juin 2015

Javascript window.opener.location.reload() not working in ipad Chorme

I am using particular script.

<script>
  window.onload = function(){
  window.close();
  window.opener.location.reload();

};
</script>

Working on all browsers exclude in IPAD and IPHONE on chrome browser

Working Devices
1. Windows all devices and browser, 2. Android all devices and browser, 3. IOS desktop -Chrome, Safari, Mozilla Firefox

Not working 1. IPAD && IPHONE Chrome Only

What should i do for it ?

Aucun commentaire:

Enregistrer un commentaire