SJRK-233: Context awareness does not work in Internet Explorer

Metadata

Source
SJRK-233
Type
Bug
Priority
Minor
Status
Closed
Resolution
Won't Do
Assignee
N/A
Reporter
Gregor Moss
Created
2019-02-27T16:41:47.286-0500
Updated
2019-09-12T13:26:10.166-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool UI

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.

Comments

  • Gregor Moss commented 2019-09-12T13:26:10.163-0400

    Context awareness functionality has been removed from the project for the time being