Adding WebChromeClient support #321
Unanswered
befstrat1969
asked this question in
Q&A
Replies: 1 comment
-
I see it's available at 2.0.1 and it works as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Congratulations for the excellent library.
Is it possible to somehow set the webChromeClient for the Android implementation?
I tried to add it at the onCreated callback but it it doesn't seem to work.
My problem is that I am trying to embed some video content to the web view and in order to enable the fullscreen functionality I must use a custom WebViewClient.
Is this something that the library is going to implement by itself (like jsBridge, or settings) or is there any workaround?
By the way, I see in the code that there is a PlatformWebViewParams parameter that accepts the WebViewClient and WebChromeClient but it is not available at the maven 2.0.0 version...
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions