Georgi Marinov

Results 20 comments of Georgi Marinov

I do remember being annoyed at popovers showing up on hovering w/ mouse from node to node when tracing path of data in a project; that's why the initial delay...

well, this isn't closed by #2018, the issue with Firefox is that the node title hover blocks the popover code, so worth looking into again

this might take a bit of untangling. my working copy references e.g. `//localhost` as expected ![screen shot 2017-07-04 at 16 28 26](https://user-images.githubusercontent.com/14101296/27836085-d4545530-60d5-11e7-98b3-30bcc0312dac.png) ``` ``` the reason we use `//` instead...

seems to be this snippet in app.js that forces the page to https but for the embed and embedded content it should keep to whatever the protocol was ```js app.use((req,...

tag @kschzt we're forcing https on route(s) that should remain open to both http and https - the embed and embedded project need to keep the same protocol as the...

This is a complicated UX issue with both the standalone player and embeds on 16:9 devices. The standalone player is designed to not trap up or down to allow the...

just copying @fthr 's comment here on a proposed solution: "by not allowing it when phone is in vertical, but when you turn phone horizontal the player becomes "fullscreen" and...

moar info: https://github.com/vizorvr/patches/pull/2092#issuecomment-369230872

> georgi: what about resizing the window, does that fix it? > antti: yes seems webVRAdapter resize to target also fixes it. in the gif above, it looks as if...