"useLocalHTML" ?? #125
Answered
by
LonelyCpp
pairohit305
asked this question in
Q&A
-
What is use of useLocalHTML will it boost performance or .... I am not getting the use of it ? |
Beta Was this translation helpful? Give feedback.
Answered by
LonelyCpp
Apr 1, 2021
Replies: 1 comment 2 replies
-
There are two ways to render the youtube player in the webview.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pairohit305
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two ways to render the youtube player in the webview.
generate HTML based on the props and give it to webview as raw HTML string (code)
host the HTML on a remote source (github pages by default) and pass information with query parameters (code)