window.navigator.geolocation undefined January 29, 2014
Posted by juanpablo1manrique in SharePoint.trackback
Cuando se tiene un error de este tipo en SharePoint 2010
Se Deben realizer las siguientes acciones.
En la masterPage verificar que no exista el tag <meta http-equiv=”X-UA-Compatible” content=”IE=8″/>
y en el web.Config agregar
<add name=”X-UA-Compatible” value=”IE=edge” />
En
- <httpProtocol>
- <customHeaders>
- <add name=”X-MS-InvokeApp” value=”1; RequireReadOnly” />
- <add name=”X-UA-Compatible” value=”IE=edge” />
- </customHeaders>
- </httpProtocol>
Comments»
No comments yet — be the first.