Results 61 comments of TLabAltoh

Currently you can only interact with WebView? both WebView and Keyboard Interact are based on uGUI's pointer event. and if it is difficult to implement a keyboard system, you can...

Can you interact with other UI (like a button) using the eye pointer? Simple Keyboard can be separated (removed) from WebView, so it is possible to avoid behavior conflict between...

added [scrollTo](https://app.gitbook.com/o/BEOtLe2RJogUYj62ljWp/s/mRKt4CGSxyWYs97naGI6/documentation-en/scripting-api#scrollto) and [scrollBy](https://app.gitbook.com/o/BEOtLe2RJogUYj62ljWp/s/mRKt4CGSxyWYs97naGI6/documentation-en/scripting-api#scrollby) in the latest update.

Note: When importing updates to the repository, remember to include updates to submodules. ``` git fetch origin master git pull origin master git submodule update --init // Match the submodule...

The git repository has recorded the commit id of the submodule used in the latest commit. ```git submodule update --init``` are fetch submodule with git repo registered commit id. For...

There is no support for Vulkan yet, but I will support it in the future.

In the latest update, this plugin has added support for Vulkan with certain limitations. The target Android device must support not only Vulkan but also OpenGL ES, as this plugin...

### Announce The current Vulkan issue is summarized [here](https://github.com/TLabAltoh/TLabWebView/issues/2#issuecomment-2243644076).

Please let me know which package you cannot add. TLabWebview and TLabVKeyborad are managed by submodule and it is automatically added when you run ```git submodule update --init```, so you...

Currently I don't manage as package for folder TLabWebViewVR because it's just implementation example, and it's not using additional script. if you migrate prefab in your project, please try to...