No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    help for ie11 support

    Help
    3
    6
    195
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      weide last edited by

      I have some problem with ie 11 suppport ,my enviroment:

       Dev mode.......... spa
       Pkg quasar........ v1.14.2
       Pkg @quasar/app... v1.9.6
       Debugging......... enabled
      

      qusar.conf.js:

      supportIE: true,
      

      package.json:

      "browserslist": [   "ie >= 11", ...
      

      When use quasar dev: it works fine in ie 11
      but when quasar build: it shows a blank page in ie 11 and there is some error:

      SCRIPT1006: 缺少 ')'
      vendor.8a1202f7.js (120,103234)
      

      the code is packed,so I am not sure which cause the error…

      1 Reply Last reply Reply Quote 0
      • W
        weide last edited by

        I has some .js in src/statics, is this caused? how to solve it?

        metalsadman 1 Reply Last reply Reply Quote 0
        • metalsadman
          metalsadman @weide last edited by

          @weide you probably need to upgrade your @quasar/app package too https://quasar.dev/quasar-cli/app-upgrade-guide.

          W 1 Reply Last reply Reply Quote 0
          • W
            weide @metalsadman last edited by

            @metalsadman
            Thank you, but in the end I gave up IE and gave the following tips:

            *From January 12, 2016, Microsoft officially stopped pushing updates for the old version of IE browser, and only supported ie11 since then.
            *In December 2018, Microsoft officially confirmed that edge browser will migrate from edgehtml kernel to chromium kernel, and log in to windows and MacOS platforms at the same time.
            *In August 2020, Microsoft announced that several products will stop supporting ie11 and will be phased out
            *With effect from November 13, 2020, support for “my apps”, “my account”, “my access” and “my groups” for Internet Explorer will be terminated, and users are advised to use Microsoft edge, chrome or Firefox.
            *From November 30, 2020, Microsoft teams web application will stop supporting ie11;
            *By August 17, 2021, Microsoft 365 applications and services will completely stop supporting ie11.

            metalsadman dobbel 2 Replies Last reply Reply Quote 0
            • metalsadman
              metalsadman @weide last edited by

              @weide good choice.

              1 Reply Last reply Reply Quote 0
              • dobbel
                dobbel @weide last edited by

                @weide

                probably caused by one of your non quasar dependencies.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post