Ganesh-grandy

Results 2 comments of Ganesh-grandy

@ramiel How did you change the implementation? I'm currently experiencing a similar issue where the user is not able to unpublish before disconnecting.

` async componentWillMount() { // alert(window.location.pathname) console.log("willMount") var str = navigator.userAgent var patt = new RegExp("CriOS"); var res = patt.test(str); var ieCheck = navigator.userAgent.match(/(MSIE|Trident)/) !== null if (window.OT.checkSystemRequirements() == 1...