Select to view content in your preferred language

Touch gestures not working on Windows Phone 8 / IE10?

889
3
04-02-2013 06:36 AM
Joachim_EckboJuell
Occasional Contributor
Hi,

In the release notes for v3.4 it says "Support for Internet Explorer 10 and it's touch event model". I have tried a few of the samples on a Windows Phone 8 running IE 10, and touch gestures doesn't seem to work. Is this supposed to work? Any ideas on what I'm doing wrong?

Thanks.
0 Kudos
3 Replies
KellyHutchins
Esri Notable Contributor
The reason the samples aren't working is because they include the following meta tag:

<meta http-equiv="X-UA-Compatible" content="IE=7,IE=9">


We'll be updating this tag in the samples shortly to update the tag. Try modifying one of the samples to use the following tag and the sample should work in IE 10.

<meta http-equiv="X-UA-Compatible" content="IE=edge">
0 Kudos
DanikBourdeau2
Deactivated User
I've had success by just adding 'IE=10' to the content list.  My maps will work with either touch or mouse in IE but only touch will work in Mozilla.

What the differences between 'IE=10' and 'IE=edge'?
0 Kudos
Joachim_EckboJuell
Occasional Contributor
Thank you Kelly. I didn't notice the meta-tag. Now it works great.

I pretty sure "IE=Edge" means the highest version possible, as opposed to a specific version.
0 Kudos