Results 61 comments of TLabAltoh

I have updated the repository to be able to import each module using the package manager. Please import using the url below. Only XR Interaction Toolkit has not been tested,...

I forgot to add support for Unity scenes, so I have updated the repository so that sample scenes can now be edited by importing them as samples. Also, the git...

Sorry for the late reply. Currently local storage access is only for saving downloaded files, but I would like to support file selection and preview in the future The goal...

### Memo This seems to be implementable by overriding [OnShowFileChooser](https://medium.com/@astokum/how-to-enable-and-set-up-file-upload-feature-in-webview-android-development-9566f4ceadef), current problem is how to show file browser on Oculus Quest. Maybe [this](https://discussions.unity.com/t/vr-oculus-quest-2-unity-file-browser-to-select-and-load-an-image/257860) is helpful ?

Does this mean you want to change the initialisation URL at runtime? If so, [see here](https://app.gitbook.com/o/BEOtLe2RJogUYj62ljWp/s/mRKt4CGSxyWYs97naGI6/documentation-en/scripting-api#init). you need to pass the url argument to the init function. and you need...

Perhaps the version of the submodule you are using is older than I have support for changing the initialise url at runtime. In the latest commit, the ```Init``` function has...

Please tell me the current commit ID of ```Assets/TLab/TLabWebView```

Thank you, your module's commit ID is the most recent and properly updated.

> > Thank you, your module's commit ID is the most recent and properly updated. > > and I do have the following inside my **TLabWebView**: > > ``` >...

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 callbacks written in...