Question
window.cpAPIInterface.navigateToTime(): error in Safari
Hi all,
I use the window.cpAPIInterface.navigateToTime(ms) method to let the user navigate to a certain time in a HTML5 module:
- the time is added to the url of the module as a parameter
- it is converted into milliseconds
- the time in milliseconds is used in the method: when a user plays the movie, it starts at the time from the parameter.
This works fine in Firefox and Chrome, (no errors at all), but Safari throws an error in the console:
Unhandled Promise Rejection: AbortError: The operation was aborted.
(anonymous function)
rejectPromiseIt refers to line 11106 of CPM.js but it's a bit above and beyond my skills to understand and solve this.
Questions:
- Is this a known bug?
- If so, is it a Captivate bug or a Safari bug?
- If not... Does anyone have any idea what's going wrong here?
I can add my code if necessary...
