HTML5 pop up problem
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?
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.
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
GeckoViewasBrowserinstead ofWebView. It will display a widget implemented by uGUI. Below is the status of HTML5 input tag support by this plugin's custom widget.