Forum Discussion
WSwanson
8 years agoFrequent Visitor
Embedding Power BI I-frame in CRM - Loading Data
We have an on-premise solution on which we've successfully been able to deploy our dashboards through an I-Frame into our Dynamics CRM solution. In Chrome, Firefox or any browser that is not Internet ...
Grumelo
7 years agoAdvocate II
In the Iframe there is
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
but in the SharePoint page there is
<meta http-equiv="X-UA-Compatible" content="IE=10">
no way the Master page can be change at a global level.
any idea how to change this meta on a specific page ?
luisrh
7 years agoResponsive Resident
You can try this. It should work.. https://paultavares.wordpress.com/2015/01/20/how-to-render-a-sharepoint-page-in-ie-using-edge-mode-without-changing-the-master-page/