Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Microsoft Edge and Internet Explorer #28

Open
nairbijesh opened this issue Jan 14, 2019 · 1 comment
Open

Not working on Microsoft Edge and Internet Explorer #28

nairbijesh opened this issue Jan 14, 2019 · 1 comment

Comments

@nairbijesh
Copy link

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

    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

@oxoWrk
Copy link
Contributor

oxoWrk commented Jan 16, 2019

look in your browser console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants