03-27-2019, 12:58 AM
Try commenting out lines 3152/3153 in playerlib.js
var test = getCSSRule('.toggle .toggle-radio');
test.style.backgroundImage='url("' + radio1 + '")';
Could be some sort of incompatibility with older versions of IOS ?? I'm running 12.1.2 on my iPhone SE and 12.1.1 on my iPad Mini.
var test = getCSSRule('.toggle .toggle-radio');
test.style.backgroundImage='url("' + radio1 + '")';
Could be some sort of incompatibility with older versions of IOS ?? I'm running 12.1.2 on my iPhone SE and 12.1.1 on my iPad Mini.