TLabWebViewVR icon indicating copy to clipboard operation
TLabWebViewVR copied to clipboard

HTML5 pop up problem

Open rinekso opened this issue 1 year ago • 3 comments

there is some problem when we access website that using only html5, like dropdown or date picker require pop up to select and it won't work. it just work if the website using css and js. not the feature of html5. I don't know, maybe it just me or there still in issue here?

rinekso avatar Mar 26 '24 08:03 rinekso

Currently, this plugin can only capture webview, so native widgets (such as the date picker) cannot be displayed and interacted with.

TLabAltoh avatar Mar 27 '24 06:03 TLabAltoh

Announce

The plugin has been updated to support some HTM5 input tags that are not supported in Oculus Quest. See here for more details.

TLabAltoh avatar Sep 11 '24 12:09 TLabAltoh

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.

Android native widget component based html popup ui are obsolete. In the latest update (v1.0.0+), this plugin add supports GeckoView as browser engine and has uGUI based popup ui available in GeckoView. Here is how to set it up if you want to use GeckoView.

from: https://github.com/TLabAltoh/TLabWebView/blob/master/README.md

[!WARNING] OculusQuest doesn't support some HTML5 input tags (see below). If you want to use them, please use GeckoView as Browser instead of WebView. It will display a widget implemented by uGUI. Below is the status of HTML5 input tag support by this plugin's custom widget.

TLabAltoh avatar Nov 30 '24 19:11 TLabAltoh