Is there any way to bind to and detect the seeking and seeked events while the video is playing in fullscreen and the user scrubs to another video position.
Works fine in an embedded video tag in safari on the desktop. Thanks!
Is there any way to bind to and detect the seeking and seeked events while the video is playing in fullscreen and the user scrubs to another video position.
Works fine in an embedded video tag in safari on the desktop. Thanks!
Copyright © 2021 Jogjafile Inc.
I have used small JS snippet: var lastTimePosition = 0;
Add this JS snippet on your UIWebView or WKWebView and listen updates. How to get callbacks in Obj-C from JS see
UIWebView: How to invoke Objective C method from Javascript and send back data to Javascript in iOS?
WKWebView: http://www.joshuakehn.com/2014/10/29/using-javascript-with-wkwebview-in-ios-8.html