larprogramer Member Licensed User Oct 19, 2018 #1 i have code here : how to use? B4X: <iframe width="642" height="361" src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
i have code here : how to use? B4X: <iframe width="642" height="361" src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
J jtare Active Member Licensed User Longtime User Oct 19, 2018 #2 try with: B4X: webview.LoadHtml($"<iframe width="642" height="361" src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"$) Upvote 0
try with: B4X: webview.LoadHtml($"<iframe width="642" height="361" src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"$)
larprogramer Member Licensed User Oct 19, 2018 #3 jtare said: try with: B4X: webview.LoadHtml($"<iframe width="642" height="361" src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"$) Click to expand... hi how to fix for too size Upvote 0
jtare said: try with: B4X: webview.LoadHtml($"<iframe width="642" height="361" src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"$) Click to expand... hi how to fix for too size
J jtare Active Member Licensed User Longtime User Oct 19, 2018 #4 Change width and height: B4X: WebView.LoadHtml($"<iframe width=100% height=auto src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"$) Upvote 0
Change width and height: B4X: WebView.LoadHtml($"<iframe width=100% height=auto src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"$)
larprogramer Member Licensed User Oct 19, 2018 #5 jtare said: Change width and height: B4X: WebView.LoadHtml($"<iframe width=100% height=auto src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"$) Click to expand... Thanks you very much Upvote 0
jtare said: Change width and height: B4X: WebView.LoadHtml($"<iframe width=100% height=auto src="https://www.youtube.com/embed/GI5dtRZdPDo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>"$) Click to expand... Thanks you very much