TLabAltoh
TLabAltoh
Okay, it looks like the repository is using the modified version. So it doesn't seem to be a repository version issue... You may need to check and see if you...
AddEventListener is not automatically called, so you must call it yourself.
Since it is difficult to know when a web page is loading, it is better to execute it when the pointer is held over the canvas. However, implementing such a...
> I think this can be achieved by adding a focus event callback process to the text field inside the web page. > > ``` TLabWebView.AddEventListener() ``` can add event...
> I did not understand > "TLabWebView.AddEventListener() can add event callbacks written in javascript syntax to the page content, so you can use this to register a process to send...
The WebView UI is not compatible with the Unity GUI, so the only way to catch events is to use javascript or other means. I tried to see if I...
Currently, this plugin can only capture webview, so native widgets (such as the date picker) cannot be displayed and interacted with.
## Announce The plugin has been updated to support some HTM5 input tags that are not supported in Oculus Quest. See here for more [details](https://github.com/TLabAltoh/TLabWebView#:~:text=OculusQuest%20doesn%27t%20support,supported%20in%20OculusQuest).
## Announce > ## Announce > > The plugin has been updated to support some HTM5 input tags that are not supported in Oculus Quest. See here for more [details](https://github.com/TLabAltoh/TLabWebView#:~:text=OculusQuest%20doesn%27t%20support,supported%20in%20OculusQuest)....
Hi @Priyanshu-CODERX , thanks for the report. I just read and not everything you mentioned, but I tested ```music.youtube.com``` on my sample project in oculus quest 2 and meta quest,...