Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

Spinners don't work with GVRViews #482

Open rahul27 opened 8 years ago

rahul27 commented 8 years ago

This is what happens when I add a spinner to GVRView:

spinner

rahul27 commented 8 years ago

Here is a modified sample that recreates the problem:

https://github.com/rahul27/GearVRf-Demos/commit/a5ac597004fe96abaf793f79d07afe0ec6979422

liaxim commented 8 years ago

I wonder whether this is related to the more general issue raised in https://github.com/Samsung/GearVRf/issues/467 about supporting dialogs. I guess we can start by investigating this particular case and then dialogs in general.