TLabAltoh
TLabAltoh
Hi @Priyanshu-CODERX, Thank you for your feedback and suggestions ! I am releasing App-Store compatible version. Please uninstall current version and switch to the branch of the package with the...
Sorry for the late reply and thanks for the question and report, when you say that the textures do not load in Run mode, do you mean that the textures...
Thanks for the report. As you indicated, at this time, this plug-in does not support the ability to view PDFs from a direct URL. But If the PDF file you...
The cause of the error seems to be that the commandBuffer was null. The part where the error occurred. [Here](https://github.com/TLabAltoh/TLabWebViewPlugin/blob/master/libTLabWebView/src/main/cpp/SharedTexture/RenderAPI_Vulkan.cpp#L411) 's the code that's been written. ```cpp void RenderAPI_Vulkan::UpdateUnityTexture(long unityPlatformTexID,...
Hi @mbsw04 , Thanks for the question. Maybe you using QuestLink to running sample? You need to build project (set the target platform to android) to running WebView plugin. Please...
Hi @mbsw04 . For loading local html, please see [this issue](https://github.com/TLabAltoh/TLabWebViewVR/issues/26). Also, Thre are 2 options for download directory (application folder and device's download folder) and downloaded files are saved...
I have updated my comment because there was not enough information in my previous comment.
Hi @varnit-mittal, thanks for the question (and sorry for the late reply). If possible, could you please share a bit more about what you want to do or any problems...
Thanks for detailed info. I'm using Quest 2 and it doesn't support eye tracking so maybe I couldn't be helpful about eye tracking (As far as I know, eye tracking...
~~Hi, combobox (select tag ?) support is under development but it is possible to access the feature with some limitations. Do you have ```useCustomWidget``` enabled? Please see below for details.~~...