Spacebrew / spacebrew

A dynamic re-routable software toolkit for choreographing interactive spaces.
MIT License
222 stars 50 forks source link

Windows phone not working #60

Open klase opened 9 years ago

klase commented 9 years ago

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 commented 9 years ago

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.