googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
645 stars 191 forks source link

`hidesTransitionView = true` has no effect on GVRVideoView #270

Closed jamezilla closed 7 years ago

jamezilla commented 7 years ago

GVRVideoView still shows the transition view even when hidesTransitionView = true.

Versions:

PODS:
  - GoogleToolboxForMac/Defines (2.1.0)
  - GoogleToolboxForMac/Logger (2.1.0):
    - GoogleToolboxForMac/Defines (= 2.1.0)
  - GTMSessionFetcher/Core (1.1.6)
  - GVRSDK (1.80.0):
    - GoogleToolboxForMac/Logger (= 2.1.0)
    - GTMSessionFetcher/Core (= 1.1.6)

Also broken in 1.70

Repro project: https://github.com/jamezilla/SimpleVR

sanjayc77 commented 7 years ago

GVRVideoView will be deprecated in the near future. You should move to GVRKit instead: https://github.com/googlevr/gvr-ios-sdk/tree/master/Samples/GVRKit