TLabAltoh / TLabWebViewVR

Sample Unity project for using TLabWebView in OculusQuest. Includes Meta XR SDK and XR Interaction Toolkit implementation example.
https://tlabgames.gitbook.io/tlabwebview/
MIT License
42 stars 9 forks source link

Seeking Clarification on Zoom Functionality Controls in WebView(NOT AN ISSUE) #21

Closed HafizMSaad closed 8 months ago

HafizMSaad commented 8 months ago

As I'm integrating WebView into my application, I've noticed that there are zoom in and zoom out functions available. However, I require clarification on the specific controls (in the VR headset's controllers) that facilitate this zoom functionality within the WebView.

TLabAltoh commented 8 months ago

There are not system that zoom in/out with pinch operation. to use the zoom in/out function, you need to create a GUI interface (such as a button) that calls WebView zoom in/out. and so you need to take care of webpage are supported zoom operation. check this document.