Web publish not works at Internet Explorer in Ionic 3

Hello there,

I have project without any native components. Just working as html and ts.
Components comes true when i run in Internet Explorer in debug mode but if i publish application to web browser it works just in Chrome, Edge, Firefox etc. but even any view not load for Internet Explorer.

It says error on console pollyfills.js, vendor.js,main.js and cordova.js as u can see below;
notwork-ie

Another question again throuble for IE;
I get a json list by webservice from my provider but turkish character letters not seems good(for internet explorer) when i check jsonList in XHR panel.

But my jsonList pretty clear character letters in Chrome in XHR panel;

Ionic:

   Ionic CLI          : 5.2.1 (C:\Users\ensar.guclu\AppData\Roaming\npm\node_modules\ionic)
   Ionic Framework    : ionic-angular 3.9.3
   @ionic/app-scripts : 3.2.1

Cordova:

   Cordova CLI       : 9.0.0 (cordova-lib@9.0.1)
   Cordova Platforms : android 7.1.4
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.2, (and 5 other plugins)

Utility:

   cordova-res : not installed
   native-run  : not installed

System:

   Android SDK Tools : 26.1.1 (C:\Users\ensar.guclu\AppData\Local\Android\Sdk)
   NodeJS            : v10.16.0 (C:\Program Files\nodejs\node.exe)
   npm               : 6.9.0
   OS                : Windows 10

Thannk you
Regards.

FWIW, IE is not officially supported by Ionic.

1 Like

Thank you Rapropos so i will create a web project for just ie bcs of that from zero to hero.
Take care buddy.
Regards