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

Windows phone not working #60

Open
klase opened this issue Aug 28, 2015 · 1 comment
Open

Windows phone not working #60

klase opened this issue Aug 28, 2015 · 1 comment

Comments

@klase
Copy link

klase commented Aug 28, 2015

Hi,

I've got spacebrew running on a local server and can connect clients from iPhones, iPads etc but for some reason it fails on windows phone (10):

try {
this.sb = new Spacebrew.Client({server: this.server});
this.sb.name(this.appName);
this.sb.connect();
} catch (e) {
alert(e);
}

I just get TypeError: Invalid calling object

Any ideas?

@klase
Copy link
Author

klase commented Aug 28, 2015

Did some more testing and I can get around it by omitting the "server" argument passed to the constructor and instead passing server as a querystring param.

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

1 participant