Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

[Android] Implement missing events from PromptDelegate #190

Open
7 tasks
Daddoon opened this issue Mar 27, 2020 · 0 comments
Open
7 tasks

[Android] Implement missing events from PromptDelegate #190

Daddoon opened this issue Mar 27, 2020 · 0 comments
Assignees
Labels
area-blazormobile The task is specific to BlazoMobile

Comments

@Daddoon
Copy link
Owner

Daddoon commented Mar 27, 2020

Some events are missing from our current GeckoView PromptDelegate implementation.

We may take inspiration from Firefox Focus prompt delegate code:

https://github.com/mozilla-mobile/focus-android/blob/f5b22ff78fca22765b8b873b4f70693943ae559a/app/src/main/java/org/mozilla/focus/gecko/GeckoViewPrompt.java

Delegates to implements:

  • OnAlert
  • OnAuthPrompt
  • OnButtonPrompt
  • OnColorPrompt
  • OnDateTimePrompt
  • OnPopupRequest
  • OnTextPrompt
@Daddoon Daddoon self-assigned this Mar 27, 2020
@Daddoon Daddoon added the area-blazormobile The task is specific to BlazoMobile label Mar 27, 2020
@Daddoon Daddoon added this to the BlazorMobile 3.2.5-x milestone Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazormobile The task is specific to BlazoMobile
Projects
None yet
Development

No branches or pull requests

1 participant