Successfully played a video using 'WKInterfaceInlineMovie'. However, I need an option to start the video from the middle. Is this possible? Also, there is no delegate method to know when the video ends.
Asked
Active
Viewed 90 times
1 Answers
1
Unfortunately, this is currently not possible. According to the documentation, the playback can only be controlled using
- pause()
- play()
- playFromBeginning()

Reinhard Männer
- 14,022
- 5
- 54
- 116
-
Is seeking possible in any other way, if i don't use WKInterfaceInlineMovie? – iqra Aug 01 '19 at 12:02
-
I am sorry, I don‘t know any other way to achieve what you want. – Reinhard Männer Aug 01 '19 at 18:56