Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.
Is your feature request related to a problem? Please describe.
I want to use navigator.geolocation.getCurrentPosition to get the geographical location, but when requesting permission, I am prompted to override INFO:permission_prompt.cc(288)] Implement OnShowPermissionPrompt to override default IGNORE handling of permission prompts.
Is your feature request related to a problem? Please describe. I want to use
navigator.geolocation.getCurrentPosition
to get the geographical location, but when requesting permission, I am prompted to overrideINFO:permission_prompt.cc(288)] Implement OnShowPermissionPrompt to override default IGNORE handling of permission prompts.
Describe the solution you'd like C# implements this interface
Describe alternatives you've considered No
Additional context