WATCH OS: How to seek WKInterfaceInlineMovie

101 Views Asked by At

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.

1

There are 1 best solutions below

2
Reinhard Männer On

Unfortunately, this is currently not possible. According to the documentation, the playback can only be controlled using

  • pause()
  • play()
  • playFromBeginning()