Gheric Speiginer
Gheric Speiginer
@JanOwiesnik I can’t really tell, but it’s odd that it gave you a file:// url like that.
The idea is that a single reality can transparently behave like a one-to-one connection for each session, if it manages the state of connecting sessions individually. The manager just has...
Probably the best way to fix this is to have multiple reality view instances running, each in their own WebView.
Yes, we did decide to do that, it just requires more work to implement :)
We can definitely do this. Good issue for a VIP student to work on...
Yeah, mobile safari works this way too. It would probably be difficult to support navigating "back to" the bookmark list via the built-in WebView "back" gesture, since the bookmark list...
FYI, if you zoom to within something like a 5% range of the default zoom level, it will snap to the default zoom.
More resources: https://discourse.threejs.org/t/virtually-geometric/28420/8
Actually this is still wrong, look at the spec: https://github.com/wamp-proto/wamp-proto/blob/master/spec/basic.md#invocation-error ``` [ERROR, INVOCATION, INVOCATION.Request|id, Details|dict, Error|uri] or [ERROR, INVOCATION, INVOCATION.Request|id, Details|dict, Error|uri, Arguments|list] or [ERROR, INVOCATION, INVOCATION.Request|id, Details|dict, Error|uri, Arguments|list,...