Closed ikester closed 6 years ago
Hmmm, I did not have that issue. I commented out the code which adds the toolbar view (containing the progress bar):
//[sceneRenderer.renderList addRenderObject:viewRenderer];
I can always get didTapTriggerButton to get called.
I'm building VideoWidgetDemo from the Samples and can't figure out why the
didTapTriggerButton
method of theGVRRendererViewControllerDelegate
is not being called.I can pause and play the video by tapping when the reticle is on the progress bar button. But if I remove the progress bar view from the
GVRSceneRenderer
and tap around I can never get thedidTapTriggerButton
to get called.According to the code, this should be pretty straightforward:
Am I not understanding something basic about how this is supposed to work?