Jump to content

Recommended Posts

Posted

Out of the box, Frog 3 will not work properly in Internet Explorer in the 'Metro' (or whatever they call it now) environment. When you double tap on an icon, it zooms in instead of double clicking.

 

To fix it, you need to edit some settings in Internet Explorer in 'Desktop' mode.

 

Create a text file and place it somewhere on the device (I called mine style.css and put it in the Windows folder). In that file enter the text:

 

body {
-ms-touch-action: manipulation !important;
}

 

Go to Tools -> Internet Options -> Accessibility. Add the style.css file in the box. Save it all and try the site again in Internet Explorer. Double tap should now work.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...