Skip to main content
Participant
April 12, 2019
Question

Captivate 2019 issue publishing to Microsoft Edge

  • April 12, 2019
  • 1 reply
  • 1315 views

I repeatedly have issues getting my projects to work in MS Edge browser. I develop responsive (no fluid box), accessible projects and publish in HTML 5. I have nothing fancy in them (they are straight-forward "click next" projects) and they aren't, for the most part, image heavy. They work well in IE and in Firefox (I cannot test in Chrome). Can anyone offer any guidance, please?

This topic has been closed for replies.

1 reply

RodWard
Community Expert
Community Expert
April 12, 2019

I publish only to HTML5 and have been able to get my courses from Cp 2019 to work in MS Edge without issue.

Have you tried using the developer tools in Edge to find out why it is not working?

dodecaAuthor
Participant
April 15, 2019

I can't get my index.html to load at all in Edge. The developer tools only display the "Hmmm...can't reach this page" information. The pointers should be correct in the start page, however, because they work in the other browsers.

dodecaAuthor
Participant
April 15, 2019

I was able to find a message "CSS3121: The media query -ms-viewport has been deprecated" When I look at my html in my file, I see:

  • meta name='viewport' content='initial-scale = 1, minimum-scale = 1, maximum-scale = 1'/
  • meta http-equiv="Content-Type" content="text/html; charset=utf-8" /
  • meta http-equiv="x-ua-compatible" content="IE=10"

Should my meta have different pointers?