hi
i am using this code to load a video in WKWebview:
it's working fine. my question is, when i load a video it starts in fullscreen in a video container with controls. this is awesome. the problem is if i close the video by clicking on X it close the video and the webview is blank and still visible.
can i get a call event when i close the video so i can hide the webview and go back to the main screen?
thanx, ilan
i am using this code to load a video in WKWebview:
[B4X] Use WebView to show large images
Better to use: [B4X] HugeImageView - show very large images Depends on: XUI and JavaObject. 'xui is a global XUI object. Private Sub ShowImage(WV As WebView, Dir As String, FileName As String) #if B4A Dim jo As JavaObject = Me jo.InitializeContext 'comment this line if calling this...
www.b4x.com
it's working fine. my question is, when i load a video it starts in fullscreen in a video container with controls. this is awesome. the problem is if i close the video by clicking on X it close the video and the webview is blank and still visible.
can i get a call event when i close the video so i can hide the webview and go back to the main screen?
thanx, ilan