I have a javascript api site that performs well in every browser but IE 11. In IE 11 it refuses to create a new IdentifyTask, among other things. I just get "Object doesn't support this action". Chrome, Firefox, tablet browsers all seem to work fine with the same code. Is this an IE thing? What can I do about it?
Thanks