Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML5 pop up problem #22

Open
rinekso opened this issue Mar 26, 2024 · 3 comments
Open

HTML5 pop up problem #22

rinekso opened this issue Mar 26, 2024 · 3 comments

Comments

@rinekso
Copy link

rinekso commented Mar 26, 2024

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?

@TLabAltoh
Copy link
Owner

TLabAltoh commented Mar 27, 2024

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

@TLabAltoh
Copy link
Owner

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
Copy link
Owner

TLabAltoh commented Nov 30, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants