Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Do
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Storytelling Tool UI
-
Labels:None
Description
The Context awareness check being used by sjrk.storyTelling.mobileCameraAware.hasMobileCamera uses the string prototype function "includes", which is not present in Internet Explorer's JavaScript engine (Trident). This feature works as expected in Edge (which has a different JS engine).
This detection may also be removed at some point, as the functionality it is used for may be redundant.