Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.
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.