-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels