We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Add IE11 compatibility to an existing project

Home Forums General Questions Add IE11 compatibility to an existing project

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32932
    jamjam
    Customer

    Hey,

    how can I add IE11 compatibility to an existing project?

    From the FAQ I only found, how to add it to a new project
    “Enable IE 11 compatibility module in the app creation panel.”

    Thanks!

    #32933

    Hi,

    yes it is possible. You can copy the file ie_compat.js from the build folder to your application folder, and then link it in your_app.html file as follows:

    <script src="ie_compat.js"></script>
    This line must be added above the existing line that links v3d.js, that is, in the following order:

      <script src="ie_compat.js"></script>
    
      <script src="v3d.js"></script>

    Chief 3D Verger | LinkedIn | Twitter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.