xabber-web icon indicating copy to clipboard operation
xabber-web copied to clipboard

Not working on Microsoft Edge and Internet Explorer

Open nairbijesh opened this issue 5 years ago • 1 comments

Hello, Xabber Web is not working on Edge and Internet Explorer web browsers. My implementation is
`

    require(['xabber'], function (xabber) {
        xabber.configure({
            // Please specify location of xabber-websocket service,
            // e.g. 'wss://web.xabber.com/websocket
            // To run your own server visit https://github.com/redsolution/xabber-websocket
            CONNECTION_URL: '/http-bind/',
            LOG_LEVEL: 'DEBUG',
			DEBUG: true,
			DEFAULT_LOGIN_SCREEN:'xmpp'
        });
        xabber.start();
    });
</script>`

I am getting only blank page without login screen. Please help if anyone has faced this issue and could solve it. Thanks

nairbijesh avatar Jan 14 '19 11:01 nairbijesh

look in your browser console

oxoWrk avatar Jan 16 '19 11:01 oxoWrk