-
Notifications
You must be signed in to change notification settings - Fork 218
Implement UI for browser-level alert
/prompt
/confirm
#435
Comments
Linked to #234 |
Sounds good – thank you! Let's leave issue #234 for implementing the UI for |
Anyone feel free to disagree, but I vote for this to be a P0 for v1.0. alert/confirm/prompt and Basic-Auth Portal prompts are quite common on web pages. And not supporting them could prevent web pages from being accessed (i.e., password-protected pages), getting user input to properly function (e.g., confirm/prompt), or errors thrown as alerts get swallowed (e.g., all Unity WebGL- or WebVR-exported applications). |
Those three should be pretty simple to implement +1 for v1.0. |
This will remain as v1.1 until we get the other high priority P0 completed. |
alert
/prompt
/confirm
test cases: https://webxr.sh/dialogues (https://webxr.sh/d) |
we can use the same UI provided in #234 (comment) |
Hardware: All
Steps to Reproduce:
Actual Behavior:
Nothing happens.
Expected Behavior:
A selection list is presented and the user may select an item in the list.
Recommendation:
FxR need to implement UI for the various selection types a web page may present.
The text was updated successfully, but these errors were encountered: