Getting error in Internet Explorer browser | Community
Skip to main content
New Participant
January 11, 2021
Question

Getting error in Internet Explorer browser

  • January 11, 2021
  • 2 replies
  • 1379 views

I have used custom click events to push data to adobe. My application is working in both Chrome and Edge browser. But when I open the application in Internet explorer, adobe code is not working. Is there any dependency for that?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

zach_shearer
New Participant
January 25, 2021

This is a shot in the dark.

 

Are you looping through your experience to apply a click listener to send the events to Adobe. With that loop, are you using forEach? If so, just be careful how you are using it. 

 

https://stackoverflow.com/questions/55741747/javascript-foreach-loops-not-working-on-ie11#:~:text=forEach()%20is%20actually%20working,%2C%20not%20supported%20by%20IE11).

Jacob-DDdev
New Participant
January 11, 2021

Hi @peterzng ,

 

Are you getting any normal console errors or _satellite debugger errors? To turn on satellite debugging type "_satellite.setDebug(true);" into your console and look for warnings/errors.

With IE there's so many places your app could break that it may not even be related to Launch.

Please share warnings/errors you're seeing if you find any.