Expand my Community achievements bar.

SOLVED

Problems with Launch in IE 8.1

Avatar

Level 1

I'm facing problems with the implementation of Launch in my application. The library (.js file) report a generic error.

Adobe Launch supports IE 8.1? Can I try to make an adaptation on the .js file to workaround this problem?

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Level 9

If you look at the your console in the browser, you should see a warning as the last line in the generated launch script is:

console.warn("Adobe Launch is unsupported in IE 9 and below.")

Using an IE lower than 10 is a risk to yourself and any other using it, you should really upgrade or tell your customer it is unsafe to use ancient browsers these days.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

If you look at the your console in the browser, you should see a warning as the last line in the generated launch script is:

console.warn("Adobe Launch is unsupported in IE 9 and below.")

Using an IE lower than 10 is a risk to yourself and any other using it, you should really upgrade or tell your customer it is unsafe to use ancient browsers these days.