J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:Unable to use "device emulator" (1 viewing) 
Go to bottom
TOPIC: Re:Unable to use "device emulator"
#3806
John Dagelmore
Admin
Posts: 3716
User Offline
Re:Unable to use "device emulator" Karma: 79  
Hi.

Even if you didn't post your website URL i was able to find it.

The device emulator is based on a IFrame to render and simulate various devices, the problem is that in your pages you have the following javascript script:

Code:

<script type="text/javascript"> if (top!==self) { top.location=location; } </script>
This script reload the IFrame location URL in the main parent window, thus redirecting to the mobile site. Remove it to use normally the emulator, normally it's added by the Anti Copy plugin.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top