GearVRf icon indicating copy to clipboard operation
GearVRf copied to clipboard

Support for apps with multiple GVRActivities

Open liaxim opened this issue 8 years ago • 1 comments

See https://github.com/Samsung/GearVRf/issues/1044; there have been others too.

Investigate the technical limitations that prevents us from properly supporting this. While it is not likely a good idea to switch back and forth between activities in VR, we could figure out the details and have the capability to do so. Changes to the backends are probably necessary.

liaxim avatar Feb 21 '17 15:02 liaxim

In case this helps,

The onInit() method of the corresponding GVRMain classes is not called after the first execution(checked via logs). But if you don't follow the activity stack and instead navigate to the main activity via an intent, the entire setup resets and then corresponding activities work.

sam16222 avatar Feb 22 '17 08:02 sam16222