@alee642b wrote:
Hi everyone,
I’ve recently started learning EmberJS and I’m trying to write an application that works with Chrome/Firefox AND IE11. I’ve been running into a problem where the app will load and render just fine on Chrome/Firefox, but on IE11, the best that I can manage is a “navigation occurred” message in the console. I’ve tried turning on debug messages in environment.js but I get the same result and no new leads to go off of.
Yesterday I tried a different tack and generated the super-rentals app again, just to see if I could get the {welcome-page} to render on both Chrome/Firefox and IE11. Once again, Chrome/Firefox succeeded; IE11 failed to render anything.
Lastly, I tried pulling down from github a completed version of the super-rentals app (from here: https://github.com/ember-learn/super-rentals) and seeing if I could get that standing. One
ember s
later and once again I had a working app in Chrome/Firefox and a blank screen in IE11.I’ve been scratching my head over this one for a few days now. To me, it seems like it has to do with the fact that IE11 reads and renders code differently than Chrome/Firefox. I would have also guessed I’m missing a polyfill or two for IE11, but I’m not certain how I could track that down if that’s the case. Finally, I’m floored that simply generating super-rentals for the {welcome-page} alone doesn’t render in IE11.
What could be happening here and what suggestions can be offered to follow up on?
Thanks everyone!
Posts: 8
Participants: 4